62f18fc269a8f62619aa57e3ed22d64b1bdb0e20
[mono.git] / mono / tests / gc-descriptors / Makefile.am
1 with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_4_5
2 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
3 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug
4
5 all : descriptor-tests.exe
6
7 descriptor-tests.exe : descriptor-tests.cs
8         $(MCS) -Warn:0 descriptor-tests.cs
9
10 descriptor-tests.cs : descriptor-tests-driver.cs descriptor-tests-prefix.cs gen-descriptor-tests.py
11         ./gen-descriptor-tests.py >descriptor-tests.cs