Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
fix test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Mar 4, 2015
1 parent 86bd01a commit d698e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all: .compared

#.built: Gherkin/bin/Debug/Gherkin.dll $(NUNIT) i18n.json
.built: .sln_built_debug $(NUNIT) i18n.json
mono --runtime=v4.0 $(NUNIT) -noxml -nologo -stoponerror $<
mono --runtime=v4.0 $(NUNIT) -noxml -nologo -stoponerror Gherkin/bin/Debug/Gherkin.dll
touch $@

acceptance/testdata/%.feature.tokens: ../testdata/%.feature ../testdata/%.feature.tokens .built
Expand Down

0 comments on commit d698e05

Please sign in to comment.