Commit 621bf6c 1 parent 9fda2c6 commit 621bf6c Copy full SHA for 621bf6c
File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-unit-tests:
10
10
11
11
run-unit-tests : build-unit-tests
12
12
rm -f .failed-stamp
13
- $(SYSTEM_MONO ) --debug $( XIBUILD_EXE_PATH ) -t -- $( TOP ) /packages/NUnit.ConsoleRunner.3.9.0/ tools/nunit3-console.exe $(abspath $(TOP ) /tests/generator/bin/Debug/generator-tests.dll) " --result=$( abspath $( CURDIR) /TestResult.xml) ;format=nunit2" $(TEST_FIXTURE ) --labels=All || touch $(CURDIR ) /.failed-stamp
13
+ $(TOP ) /tools/nunit3-console-3.11.1 $(abspath $(TOP ) /tests/generator/bin/Debug/generator-tests.dll) " --result=$( abspath $( CURDIR) /TestResult.xml) ;format=nunit2" $(TEST_FIXTURE ) --labels=All || touch $(CURDIR ) /.failed-stamp
14
14
@# Create an html file and tell MonkeyWrench to upload it (if we're running there)
15
15
@[[ -z " $$ BUILD_REPOSITORY" ]] || \
16
16
( xsltproc $( TOP) /tests/HtmlTransform.xslt TestResult.xml > index.html && \
Original file line number Diff line number Diff line change 29
29
30
30
run : build
31
31
rm -f .failed-stamp
32
- $(SYSTEM_MONO ) --debug $( XIBUILD_EXE_PATH ) -t -- $( TOP ) /packages/NUnit.ConsoleRunner.3.9.0/ tools/nunit3-console.exe $(abspath $(TOP ) /tests/mmptest/bin/Debug/mmptest.dll) " --result=$( abspath $( CURDIR) /TestResult.xml) ;format=nunit2" $(TEST_FIXTURE ) --labels=All || touch $(CURDIR ) /.failed-stamp
32
+ $(TOP ) /tools/nunit3-console-3.11.1 $(abspath $(TOP ) /tests/mmptest/bin/Debug/mmptest.dll) " --result=$( abspath $( CURDIR) /TestResult.xml) ;format=nunit2" $(TEST_FIXTURE ) --labels=All || touch $(CURDIR ) /.failed-stamp
33
33
@# Create an html file and tell MonkeyWrench to upload it (if we're running there)
34
34
@[[ -z " $$ BUILD_REPOSITORY" ]] || \
35
35
( xsltproc $( TOP) /tests/HtmlTransform.xslt TestResult.xml > index.html && \
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ export MSBuildExtensionsPathFallbackPathsOverride=$(IOS_DESTDIR)/Library/Framewo
9
9
10
10
check : run-tests
11
11
12
- NUNIT_MSBUILD_DIR =$(TOP ) /packages/NUnit.ConsoleRunner.3.9.0/tools/
13
-
14
12
all-local ::
15
13
$(MAKE ) dependencies
16
14
$(MAKE ) run-tests
@@ -22,7 +20,7 @@ all-local::
22
20
23
21
run-tests : bin/Debug/mtouch.dll test.config
24
22
rm -f .failed-stamp
25
- $(SYSTEM_MONO ) --debug $( TOP ) /packages/NUnit.ConsoleRunner.3.9.0/ tools/nunit3-console.exe " $( abspath $< ) " " --result=$( abspath $( CURDIR) /TestResult.xml) ;format=nunit2" $(TEST_FIXTURE ) --labels=All --inprocess || touch $(CURDIR ) /.failed-stamp
23
+ $(TOP ) /tools/nunit3-console-3.11.1 " $( abspath $< ) " " --result=$( abspath $( CURDIR) /TestResult.xml) ;format=nunit2" $(TEST_FIXTURE ) --labels=All --inprocess || touch $(CURDIR ) /.failed-stamp
26
24
@# Create an html file and tell MonkeyWrench to upload it (if we're running there)
27
25
@[[ -z " $$ BUILD_REPOSITORY" ]] || \
28
26
( xsltproc $( TOP) /tests/HtmlTransform.xslt TestResult.xml > index.html && \
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ TOP=../..
2
2
3
3
include $(TOP ) /Make.config
4
4
5
- NUNIT_MSBUILD_DIR =$(TOP ) /packages/NUnit.ConsoleRunner.3.9.0/tools/
6
-
7
5
all-local :: run-tests
8
6
9
7
ifneq ($(TEST_CATEGORY ) ,)
@@ -16,7 +14,7 @@ build: bin/Debug/sampletester.dll
16
14
17
15
run-tests : bin/Debug/sampletester.dll
18
16
$(Q ) rm -f .failed-stamp
19
- $(Q ) $(SYSTEM_MONO ) --debug $( NUNIT_MSBUILD_DIR ) / nunit3-console.exe $(WHERE_CONDITION ) $(abspath $(CURDIR ) /bin/Debug/sampletester.dll) " --result=$( abspath $( CURDIR) /$( TEST_RESULT) .xml) " $$ {TEST_FIXTURE:+" $$ TEST_FIXTURE" } --labels=All --inprocess || touch $(CURDIR ) /.failed-stamp
17
+ $(Q ) $(TOP ) /tools/ nunit3-console-3.11.1 $(WHERE_CONDITION ) $(abspath $(CURDIR ) /bin/Debug/sampletester.dll) " --result=$( abspath $( CURDIR) /$( TEST_RESULT) .xml) " $$ {TEST_FIXTURE:+" $$ TEST_FIXTURE" } --labels=All --inprocess || touch $(CURDIR ) /.failed-stamp
20
18
$(Q ) xsltproc HtmlReport.xslt " $( TEST_RESULT) .xml" > " $( TEST_RESULT) .html"
21
19
$(Q ) $(CP ) " $( TEST_RESULT) .html" index.html
22
20
@[[ ! -e .failed-stamp ]]
You can’t perform that action at this time.
0 commit comments