Merge pull request #555 from jack-pappas/sigaltstack-patch
[mono.git] / mono / tests / gc-descriptors / Makefile.am
index 62f18fc269a8f62619aa57e3ed22d64b1bdb0e20..64fc73e2a5db61d6dcac3fdf071353a9cc2d5ab6 100644 (file)
@@ -2,10 +2,14 @@ with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_4_5
 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug
 
-all : descriptor-tests.exe
+check-local: test
+
+test : descriptor-tests.exe
 
 descriptor-tests.exe : descriptor-tests.cs
        $(MCS) -Warn:0 descriptor-tests.cs
 
 descriptor-tests.cs : descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py
        ./gen-descriptor-tests.py >descriptor-tests.cs
+
+EXTRA_DIST = descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py