Skip to content

Commit

Permalink
Test action: set right deps & local path
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 25, 2017
1 parent 5323cfa commit 25b909d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
(alias
((name runtest)
(package mesh-graphics)
(deps (square_easymesh.exe))
(action (run ${exe:square_easymesh.exe}))))
(deps (square_easymesh.exe ../easymesh/EasyMesh.exe))
(action (setenv PATH "../easymesh/"
(run ${exe:square_easymesh.exe})))))

0 comments on commit 25b909d

Please sign in to comment.