We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25317a commit 51caa08Copy full SHA for 51caa08
example/Makefile
@@ -15,3 +15,4 @@ clean:
15
16
test: usbscale
17
@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
18
+ # All tests completed successfully
0 commit comments