mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-27 00:31:04 +00:00
Add test for issue #470
This commit is contained in:
parent
a6b1ea78ae
commit
5d8a8133eb
3
Makefile
3
Makefile
@ -223,6 +223,9 @@ test-xxhsum-c: xxhsum
|
||||
# xxhsum to/from pipe
|
||||
./xxhsum xxh* | ./xxhsum -c -
|
||||
./xxhsum -H0 xxh* | ./xxhsum -c -
|
||||
# xxhsum -c is unable to verify checksum of file from STDIN (#470)
|
||||
./xxhsum < README.md > .test.README.md.xxh
|
||||
./xxhsum -c .test.README.md.xxh < README.md
|
||||
# xxhsum -q does not display "Loading" message into stderr (#251)
|
||||
! ./xxhsum -q xxh* 2>&1 | grep Loading
|
||||
# xxhsum does not display "Loading" message into stderr either
|
||||
|
Loading…
Reference in New Issue
Block a user