New tests.
[mono.git] / mcs / tools / compiler-tester / Makefile
1 thisdir = tools/compiler-tester
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = $(topdir)/class/lib/$(PROFILE)/compiler-tester.exe
6 NO_INSTALL = yes
7
8 ifeq (moonlight, $(PROFILE))
9
10 all-local: $(PROGRAM)
11 clean-local:
12         rm -f $(PROGRAM)
13
14 $(PROGRAM): $(dir $(PROGRAM))/.stamp
15 $(PROGRAM): $(topdir)/class/lib/moonlight_raw/compiler-tester.exe
16         cp $< $@
17
18 dist-local: dist-default
19 install-local uninstall-local test-local run-test-local run-test-ondotnet-local: ; @:
20
21 else
22
23 include $(topdir)/build/executable.make
24
25 endif