2009-02-10 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Tue, 10 Feb 2009 19:20:14 +0000 (19:20 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 10 Feb 2009 19:20:14 +0000 (19:20 -0000)
* Makefile.am (fullaotcheck): Make this run the tests.

svn path=/trunk/mono/; revision=126501

mono/mini/ChangeLog
mono/mini/Makefile.am

index 1f553b3fc119fa267aeadfa03707e692899ec63f..10c869fc550d2f6a2d9e6f392ccfa07599fa2f9f 100644 (file)
@@ -1,5 +1,7 @@
 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
 
+       * Makefile.am (fullaotcheck): Make this run the tests.
+
        * aot-compiler.c: Make the printing of skipped methods runtime configurable.
 
 2009-02-10  Mark Probst  <mark.probst@gmail.com>
index e3f886bf929b8f4b6c4f318ed1728f79f4e912b7..58a89903d4568b2d780913d2378256a17b7ed53b 100644 (file)
@@ -503,7 +503,7 @@ fullaotcheck: mono $(regtests)
        cp $(CLASS)/mscorlib.dll $(regtests) generics-variant-types.dll TestDriver.dll fullaot-tmp/
        cp $(regtests) fullaot-tmp/
        MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --aot=full fullaot-tmp/* || exit 1
-       MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --full-aot fullaot-tmp/*.exe
+       for i in $(regtests); do echo $$i; MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --full-aot fullaot-tmp/$$i; done
 
 bench: mono test.exe
        time env $(RUNTIME) --ncompile $(count) --compile Test:$(mtest) test.exe