[w32handle] Remove unused assertions
[mono-project.git] / acceptance-tests / Makefile.am
blob522cb36c9ea47999dfd6dbe7474f11567a1aa1b8
1 ACCEPTANCE_TESTS_PATH=external
2 ROSLYN_PATH=$(ACCEPTANCE_TESTS_PATH)/roslyn
3 CORECLR_PATH=$(ACCEPTANCE_TESTS_PATH)/coreclr
4 MSTESTSUITE_PATH=$(ACCEPTANCE_TESTS_PATH)/ms-test-suite
6 CLEANFILES = *.dll *.exe *.mdb
7 EXTRA_DIST=README.md SUBMODULES.json versions.mk roslyn.mk coreclr.mk ms-test-suite.mk
9 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
11 with_mono_path = MONO_PATH=$(CLASS)
12 RUNTIME = $(with_mono_path) $(abs_top_builddir)/runtime/mono-wrapper --debug
13 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe
14 ILASM = $(RUNTIME) $(CLASS)/ilasm.exe
16 include versions.mk
17 include roslyn.mk
18 include coreclr.mk
19 include ms-test-suite.mk
21 check-full: check-roslyn check-coreclr check-ms-test-suite
23 clean-local: clean-local-coreclr