Skip to content

Commit

Permalink
Add a note for successfull tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 6, 2021
1 parent c25317a commit 51caa08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ clean:

test: usbscale
@for i in tests/*; do if ! diff -y -W80 --suppress-common-lines <(php read_stupid.php $$i) <(./usbscale $$i); then echo "$$i failed"; fi; done
# All tests completed successfully

0 comments on commit 51caa08

Please sign in to comment.