Skip to content

Commit

Permalink
Convert executable + alias to test in dune.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Sep 22, 2019
1 parent 525c99c commit cf18535
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/dune
@@ -1,9 +1,6 @@
(executable
(test
(name test)
(libraries ounit ounit.advanced str testcommon))

(alias
(name runtest)
(libraries ounit ounit.advanced str testcommon)
(deps
test.exe
fakeHTML/fakeHTML.exe
Expand All @@ -12,7 +9,7 @@
fakeBadFinaliser/fakeBadFinaliser.exe
JUnit.xsd)
(action
(run ./test.exe
(run %{test}
-fakeHTML ./fakeHTML/fakeHTML.exe
-fakeRunner ./fakeRunner/fakeRunner.exe
-fakeShared ./fakeShared/fakeShared.exe
Expand Down

0 comments on commit cf18535

Please sign in to comment.