Skip to content

Commit

Permalink
check depends on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Mar 6, 2019
1 parent f04b1a8 commit 9f9ca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install:
uninstall:
dune uninstall $(INSTALL_ARGS)

check:
check: build
@ output=$$(./tests/run 2>&1) ; \
status=$$? ; \
echo "$$output" | tee tests.org ; \
Expand Down

0 comments on commit 9f9ca17

Please sign in to comment.