Skip to content

Commit

Permalink
Add make test-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Dec 16, 2023
1 parent 5f0b7a0 commit 0235ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ watch :
test :
dune runtest --no-buffer --force

.PHONY : test-watch
test-watch :
dune runtest --no-buffer --force --watch

.PHONY : examples
examples :
dune build \
Expand Down

0 comments on commit 0235ad6

Please sign in to comment.