mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-21 12:01:09 +00:00
Reverse comparison order.
Missing from generated output should produce a '-' not a '+'.
This commit is contained in:
parent
4c3293bbba
commit
f093238324
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ OUTPUTS=output/av.txt \
|
|||
output/pl2.txt
|
||||
|
||||
check: $(OUTPUTS)
|
||||
diff -x .gitignore -ur output expected
|
||||
diff -x .gitignore -ur expected output
|
||||
|
||||
clean:
|
||||
rm -rf $(OUTPUTS)
|
||||
|
|
Loading…
Reference in a new issue