2010-03-12 Jb Evain <jbevain@novell.com>
[mono.git] / mono / tests / metadata-verifier / Changelog
1 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * badrt-recursive-struct.il: New test for structs with bad layout.
4
5 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
6
7         * cli-tables-tests.md: New test for method abstract + final.
8         Tests #534175.
9
10 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
11
12         * Makefile: Fix makefile.
13
14 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
15
16         * assembly-with-fields.cs: New test source.
17
18         * Makefile: Add test source
19
20 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
21
22         * cli-global-props-tests.md: Add test for field table.
23
24 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
25
26         * gen-md-tests.c: Add suppport for badrt mode for metadata
27         tests that require runtime type initialization.
28
29         * Makefile: Add support for badrt.
30
31 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
32
33         * cli-global-props-tests.md: Add test for typeref table.
34
35         * cli-tables-tests.md: Disable test that pass under MS.
36
37 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
38
39         * cli-global-props-tests.md: New tests for global
40         properties to check tables for.
41
42         * Makefile: Add new test source.
43
44 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
45
46         * cli-tables-tests.md: Regression test for #534189
47
48 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
49
50         * Makefile: Fix mac build and dependencies.
51         Add new file.
52
53         * cli-blob-tests.md: stand-alone-method-sig tests now use
54         a separate input file with a single standalone sig so it's
55         no longer dependent on ilasm ordering.
56
57         * assembly-with-calli.il: New file with a single standalone
58         signature.
59
60 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
61
62         * assembly-with-locals.il: Fix method to be verifiable.
63         Add more shapes of valid locals.
64
65         * cli-blob-tests.md (locals-sig): Fix some tests.
66
67 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
68
69         * cli-tables-tests.md: Fix a cattr-table test
70         where generic param is allowed as a parent.
71
72 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
73
74         * cli-tables-tests.md: Fix a implmap-table test
75         related to SupportLastError.
76
77 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
78
79         * cli-blob-tests.md: Last tests for method header.
80
81 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
82
83         * cli-blob-tests.md: Tests for method header.
84
85         * assembly-with-methods.cs: Fill in more methods
86         with EH tables.
87
88 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
89
90         * cli-blob-tests.md: Tests for method header.
91
92         * assembly-with-methods.cs: Add some body to
93         make for some fat headers.
94
95 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
96
97         * cli-cattr-tests.md: Tests for custom attributes
98         encoding.
99
100         *assembly-with-cattr-enc.cs: Input file
101
102         * Makefile: Add new dependency and test.
103
104 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
105
106         * cli-blob-tests.md: Tests for methodspec signature.
107
108 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
109
110         * cli-blob-tests.md: Tests for typespec signature.
111
112         * assembly-with-typespec.il: Input file with a
113         bunch of typespec instances.
114
115         * Makefile: Add new dependency.
116
117 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
118
119         * gen-md-tests.c: Added read.byte.
120
121 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
122
123         * cli-blob-tests.md: Tests for szarray.
124
125         * assembly-with-types.il: Fix the szarray field.
126
127 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
128
129         * cli-blob-tests.md: Tests for fnptr instance.
130
131 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
132
133         * cli-blob-tests.md: Tests for generic instance.
134
135         * assembly-with-types.il: Add some generic instances.
136
137 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
138
139         * cli-blob-tests.md: Tests for array shape.
140
141 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
142
143         * cli-blob-tests.md: Tests for type encoding.
144
145         * assembly-with-types.il: Input file with all
146         sorts of type encodings.
147
148         * Makefile: Add new dependency.
149
150 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
151
152         * cli-blob-tests.md: LocalsSig tests.
153
154         * assembly-with-locals.il: File with all sort
155         of locals sig.
156
157         * Makefile: Add new dependency.
158
159 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
160
161         * cli-blob-tests.md: PropertySig tests.
162
163         * assembly-with-properties.cs: Add property with
164         parameters.
165
166 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
167
168         * cli-blob-tests.md: FieldSig tests.
169
170 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
171
172         * cli-blob-tests.md: StandAloneSig tests.
173
174         * assembly-with-custommod.il: Added a calli
175
176 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
177
178         * cli-blob-tests.md: Methodref signature tests.
179
180         * assembly-with-signatures.cs: File with vararg call.
181
182         * Makefile: Add new dependency.
183
184 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
185
186         * cli-blob-tests.md: Tests for parameters and generics
187
188         * assembly-with-custommod.il: Added more methods to use
189         in the tests.
190
191 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
192
193         * cli-blob-tests.md: More signature tests.
194
195         * assembly-with-custommod.il: File with custom mods.
196
197         * Makefile: Add new dependency.
198
199 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
200
201         * cli-blob-tests.md: More tests for method def signatures.
202
203 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
204
205         * cli-blob-tests.md: New file for blob signature tests.
206
207         * Makefile: Update for new test source.
208
209 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
210
211         * gen-md-tests.c: Added blob.i to make it easier to locate signatures to
212         mess around.
213
214 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
215
216         * cli-tables-tests.md: Add tests for the generic param constraint table.
217
218         * assembly-with-generics.cs: Add stuff for new tests.
219
220 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
221
222         * cli-tables-tests.md: Add tests for the methodspec table.
223
224         * assembly-with-generics.cs: Add stuff for new tests.
225
226 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
227
228         * cli-tables-tests.md: Add tests for the generic param table.
229
230         * assembly-with-generics.cs: New file for generic tests.
231
232         * Makefile: Adjust the build to the new file.
233
234 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
235
236         * cli-tables-tests.md: Add tests for the nested class table.
237
238         * assembly-with-complex-type.cs: Add a nested class.
239
240 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
241
242         * cli-tables-tests.md: Add tests for the manifest resource table.
243
244         * Makefile: Update to the new dependency.
245
246         * assembly-with-resource.cs: Add an exported type to be used
247         by the new tests.
248
249 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
250
251         * cli-tables-tests.md: Add tests for the manifest resource table.
252
253 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
254
255         * cli-tables-tests.md: Add tests for the exported type table.
256
257         * assembly-with-module.il: Old file not longer needed.
258
259         * assembly-with-module.cs: File use to generate
260         tests for the exported table.
261
262         * module.il: Same. This file is written in MSIL because
263         gmcs/SRE can't handle the AssemblyAttributesGoHere hack.
264
265         * Makefile: Adjust the build to the new files.
266
267 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
268
269         * cli-tables-tests.md: Add tests for the file table.
270
271 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
272
273         * cli-tables-tests.md: Fix one test for the assembly
274         table.
275
276         * cli-tables-tests.md: Add tests for assemblyref.
277
278 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
279
280         * cli-tables-tests.md: Add tests for assembly.
281         
282 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
283
284         * cli-tables-tests.md: Add tests for fieldrva.
285
286 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
287
288         * assembly-with-methods.cs: Mark the class with the
289         P/Invoke as abstract.
290
291         * cli-tables-tests.md: Add tests for implmap.
292
293 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
294
295         * cli-tables-tests.md: Tests for module table.
296
297         * assembly-with-complex-type.cs: Added more stuff;
298
299 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
300
301         * cli-tables-tests.md: Tests for module table.
302
303         * assembly-with-module.il: New file.
304
305         * Makefile: Add new dependencies.
306
307 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
308
309         * cli-tables-tests.md: Tests for methodimpl table.
310
311         * assembly-with-complex-type.cs: Added more stuff.
312
313 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
314
315         * cli-tables-tests.md: Tests for property table.
316
317         * assembly-with-property.cs: Added more stuff
318
319 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
320
321         * gen-md-tests.c (next_token): Stop taking chars
322         for a token when encountering the first delimiter char.
323
324         This makes the parser less brain-dead when encountering
325         sequences like "foo()".
326
327 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
328
329         * cli-tables-tests.md: Tests for propertymap table.
330
331         * assembly-with-property.cs: New test file for producing tests
332         for property tables.
333
334         * Makefile: Add new dependencies.
335
336 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
337
338         * cli-tables-tests.md: Tests for event table.
339         
340 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
341
342         * cli-tables-tests.md: Tests for event map table.
343
344         * assembly-with-events.cs: New test file for producing tests
345         for cattr table.
346
347         * Makefile: Add new dependency.
348
349 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
350
351         * cli-tables-tests.md: Tests for standalonesig table.
352
353         * assembly-with-complex-type.cs: Added more stuff for
354         field layout tests.
355
356 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
357
358         * cli-tables-tests.md: Tests for field layout table.
359
360         * assembly-with-complex-type.cs: Added more stuff for
361         field layout tests.
362
363 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
364
365         * cli-tables-tests.md: Tests for class layout table.
366
367         * assembly-with-complex-type.cs: Added more stuff for
368         class layout tests.
369
370 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
371
372         * cli-tables-tests.md: Tests for decl security table.
373
374         * assembly-with-cas.cs: New test file for producing tests
375         for cattr table.
376
377         * Makefile: Add new dependencies and do some cleanup.
378
379 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
380
381         * cli-tables-tests.md: Tests for field marshal table.
382
383 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
384
385         * cli-tables-tests.md: Tests for cattr table.
386
387         * assembly-with-cattr.cs: New test file for producing tests
388         for cattr table.
389
390         * Makefile: Add new dependencies and do some cleanup.
391
392 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
393
394         * gen-md-tests.c: Close the image after using it.
395         Force the runtime to initialize with 2.0.
396
397 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
398
399         * gen-md-tests.c: Fix stream header calculation.
400
401         * cli-tables-tests.md: Tests for constant.
402
403         * assembly-with-constants.cs: New test file for producing tests
404         for constant table.
405
406         * Makefile: Add new dependencies and do some cleanup.
407
408 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
409
410         * cli-tables-tests.md: Tests for memberref.
411
412 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
413
414         * assembly-with-complex-type.cs: Add more types and methods to be used generating tests.
415
416         * cli-tables-tests.md: Tests for interfaceimpl.
417
418 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
419
420         * assembly-with-params.cs: New test file with all sort of param kinds.
421
422         * assembly-with-methods.cs: Added more stuff to test paramlist.
423
424         * Makefile: Add new dependencies.
425
426         * cli-tables-tests.md: Tests for methoddef's paramlist.
427         Tests for the param table.
428
429 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
430
431         * assembly-with-methods.cs:
432         * assembly-with-global-method.il: New test files with a global method.
433
434         * assembly-with-complex-type.cs: Add more types and methods to be used generating tests.
435
436         * cli-tables-tests.md: Tests for the methoddef table.
437         
438         * Makefile: Add new dependencies.
439
440 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
441
442         * gen-md-tests.c: Add read.ushort.
443
444 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
445
446         * cli-tables-tests.md: More tests for the field table.
447
448 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
449
450         * assembly-with-complex-type.cs: Add stuff to
451         fill constant, field rva and field marshal tables. 
452
453         * cli-tables-tests.md: Initial tests for the field table.
454
455         * gen-md-tests.c: Add or-byte and or-ushort effects. Fix
456         documentation.
457
458 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
459
460         * cli-tables-tests.md: Tests for the method list of the typedef table.
461
462 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
463
464         * cli-tables-tests.md: Tests for the field list of the typedef table.
465
466         * assembly-with-complex-type.cs: New assembly source. 
467
468         * Makefile: Compile the new assembly source.
469
470 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
471
472         * cli-tables-tests.md: Tests for the extends field of the typedef table.
473
474 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
475
476         * cli-tables-tests.md: More tests for the typedef table.
477
478 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
479
480         * gen-md-tests.c: Add the or-uint effect.
481
482 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
483
484         * data-directory-tests.md:
485         * header-tests.md:
486         * resources-tests.md: Add comments related to faulty verification
487         semantics on MS.
488
489 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
490
491         * cli-tables-tests.md: Initial tests for the typedef table.
492
493 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
494
495         * cli-tables-tests.md: More tests for the typeref table.
496
497 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
498
499         * Makefile: Fix build of gen-md-tests.
500
501         * cli-tables-tests.md: Tests for the typeref table.
502
503 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
504
505         * gen-md-tests.c: Fix table offset calculation.
506
507         * cli-tables-tests.md: Add more tests for the module table.
508
509 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
510
511         * gen-md-tests.c: Parse the source assembly using the runtime
512         metadata routines.
513
514         * gen-md-tests.c: Add table-row function.
515
516         * Makefile: like gen-md-tests with the runtime.
517
518         * cli-tables-tests.md: Add initial tests for the module table.
519
520 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
521
522         assembly-with-resource.cs: Add missing file.
523
524 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
525
526         * cli-tables-tests.md: Tests for total table sizes.
527
528 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
529
530         * cli-tables-tests.md: Tests for heap sizes and minumum #~ size
531         to decode row counts.
532
533 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
534
535         * gen-md-tests.c: Add tables-header and set-bit helpers.
536
537         * cli-tables-tests.md: New tests for the cli tables.
538
539         * Makefile: Add new tests.
540
541 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
542
543         * gen-md-tests.c: Add stream-header and cli-metadata
544         helpers.
545
546         * cli-metadata-tests.md: New tests for the cli metadata header
547         and streams.
548
549         * Makefile: Add new tests.
550
551 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
552
553         * cli-header-tests.md: More tests for the cli header.
554
555 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
556
557         * gen-md-tests.c: Add cli-header variable to make tests
558         more readable.
559
560 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
561
562         * cli-header-tests.md: New file with cli header tests.
563
564         * Makefile: Add new tests.
565         
566 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
567
568         * resources-tests.md: New file with pecoff tests.
569
570         * Makefile: Add new tests.
571
572         * header-tests.md: Update some tests.
573
574 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
575
576         * data-directory-tests.md: New tests for IAT directory entry.
577
578 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
579
580         * data-directory-tests.md: New tests for import table name, ilt and iat.
581
582 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
583
584         * data-directory-tests.md: New tests for import table.
585
586         * gen-md-tests.c: Added translate.rva and translate.rva.ind functions.
587
588 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
589
590         * gen-md-tests.c (parse_test_entry): Fix multi effect rules.
591
592         * Makefile: Add rules for data-directory-tests.md.
593         
594         * data-directory-tests.md: New tests for data directories.
595
596 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
597
598         * section-table-tests.md: Test for flags.
599
600 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
601
602         * section-table-tests.md: New test suite for
603         section headers.
604
605         * Makefile: Add new test suite.
606
607 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
608
609         * gen-md-tests.c: Add section-table var.
610         Add support for function calls. Added read.uint.
611         Added support for complex arithmetic expressions.
612
613 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
614
615         * header-tests.md: Add more tests for pe optional header.
616
617 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
618
619         * gen-md-tests.c: Add pe-optional-heaver var.
620         Improve debugging messages. 
621
622 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
623
624         * gen-md-tests.c: Improve debugging.
625
626         * header-tests.md: Add tests for the optional header.
627
628 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
629
630         * gen-md-tests.c: Revert decision of making base 16 the default.
631         It makes for shorter tests, but it's confusing.
632
633         * header-tests.md: Fix the tests to use an explicit 0x for hexadecimal numbers.
634
635 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
636
637         * header-tests.md: Add tests for characteristics.
638
639 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
640
641         * gen-md-tests.c: Improved debugging and made small cleanup on macro names.
642
643 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
644
645         * header-tests.md: Add tests for symbol table and number of symbols.
646
647 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
648
649         * header-tests.md: Add tests for the machine field.
650
651 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
652
653         * gen-md-tests.c: Add set-uint effect.
654
655 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
656
657         * header-tests.md: Rename pe-header to pe-signature.
658         Add pe-header tests.
659
660 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
661
662         * gen-md-tests.c: Rename pe-header to pe-signature.
663         Add support for decimal literals using a '0' prefix.
664         Add proper pe-header variable.
665
666 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
667
668         * header-tests.md: Add tests for pe header.
669
670 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
671
672         * gen-md-tests.c: Refactor the file-size into a new
673         atom 'variable' which is more extensible and easier
674         to use. Added binary add.
675
676 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
677
678         * header-tests.md: Add tests for lfanew ranges.
679
680 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
681
682         * gen-md-tests.c: Extended grammar for expressions for
683         selectors and effects.
684         Added subtraction and file-size expressions.
685         Added truncate effect.
686         Fixed all warnings under -Wall.
687
688 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
689
690         * Makefile: New clean-stamps target, more deps fine tunning.
691
692 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
693
694         * header-tests.md: Add test for the lfanew field.
695
696 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
697
698         * gen-md-tests.c: Add support for absolute uint patching.
699
700 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
701
702         * Makefile: Fix generate-stamp deps.
703         
704 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
705
706         * Makefile: Add run-test target and fix the generation deps.
707
708 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
709
710         * Makefile: Add check_with_peverify target to make it easier to
711         check against MS peverify.
712
713 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
714
715         * Makefile: gen-md-tests now require glib. Fix the build.
716
717 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
718
719         * Initial commit of the metadata verifier test suite.