Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: check target runs tests with verbose enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Mar 4, 2024
1 parent 0f5ab52 commit bf2161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ import:

check:
for test in $(TESTS); do \
./$${test}; \
./$${test} -v; \
done
force:

0 comments on commit bf2161f

Please sign in to comment.