[acceptance-tests] Specify nunitlite path
authorMarek Safar <marek.safar@gmail.com>
Wed, 16 Nov 2016 14:22:44 +0000 (15:22 +0100)
committerMarek Safar <marek.safar@gmail.com>
Wed, 16 Nov 2016 14:22:44 +0000 (15:22 +0100)
acceptance-tests/ms-test-suite.mk

index 318fe2c2328c1afea1642f4ca9ada3d1a3b0faf4..ed27e274a21a520986980f129e780d07bf491ce3 100644 (file)
@@ -1,6 +1,6 @@
 check-ms-test-suite:
        @if $(MAKE) validate-ms-test-suite RESET_VERSIONS=1; then \
-               $(MAKE) -C $(MSTESTSUITE_PATH)/conformance build MCS="$(MCS) -debug -t:library -warn:1 -r:nunitlite.dll" && \
+               $(MAKE) -C $(MSTESTSUITE_PATH)/conformance build MCS="$(MCS) -debug -t:library -warn:1 -r:$(CLASS)/nunitlite.dll" && \
                $(MAKE) -C $(MSTESTSUITE_PATH)/conformance run NUNIT-CONSOLE="$(RUNTIME) $(CLASS)/nunit-lite-console.exe -exclude=MonoBug,BadTest -format:nunit2" NUNIT_XML_RESULT="-result:$(abs_top_builddir)/acceptance-tests/TestResult-ms-test-suite-conformance.xml" || EXIT_CODE=1; \
                $(MAKE) -C $(MSTESTSUITE_PATH)/systemruntimebringup build MCS="$(MCS) -debug -warn:1" && \
                $(MAKE) -C $(MSTESTSUITE_PATH)/systemruntimebringup run MONO="$(RUNTIME)" || EXIT_CODE=1; \