Add a 'tests' target to precompile the tests in mono/tests.
authorZoltan Varga <vargaz@gmail.com>
Thu, 17 Nov 2011 09:50:33 +0000 (04:50 -0500)
committerZoltan Varga <vargaz@gmail.com>
Thu, 17 Nov 2011 09:50:33 +0000 (04:50 -0500)
mono/tests/Makefile.am

index 9449543c436dc38431697ff1e63762e6d7cb74bb..59bc85ae252e3a911e4441694f7217ea62024b69 100644 (file)
@@ -565,6 +565,9 @@ test_platform: test-eglib-remap
 endif
 endif
 
+# Target to precompile the test executables
+tests: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la $(PREREQSI_IL) $(PREREQSI_CS) $(GSHARED_TESTS)
+
 #
 # Test that no symbols are missed in eglib-remap.h
 #