Skip to content

Commit

Permalink
add loudtest Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Dec 15, 2024
1 parent f8b3e43 commit fd2518a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ toc :
@mv README.tmp README.md;

test :
@prove6 -I . t
@prove6 -I . -j 8 t

loudtest :
@prove6 -I . -v t

0 comments on commit fd2518a

Please sign in to comment.