mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 14:39:40 +00:00
hash lib* instead of xxhsum*
to avoid hashing xxhsum.gcda, which content change while running xxhsum
This commit is contained in:
parent
1a4376afa8
commit
63c8575d09
8
Makefile
8
Makefile
@ -144,11 +144,11 @@ test32: clean xxhsum32
|
||||
|
||||
test-xxhsum-c: xxhsum
|
||||
# xxhsum to/from pipe
|
||||
./xxhsum xxhsum.* | ./xxhsum -c -
|
||||
./xxhsum -H0 xxhsum.* | ./xxhsum -c -
|
||||
./xxhsum lib* | ./xxhsum -c -
|
||||
./xxhsum -H0 lib* | ./xxhsum -c -
|
||||
# xxhsum to/from file, shell redirection
|
||||
./xxhsum xxhsum.* > .test.xxh64
|
||||
./xxhsum -H0 xxhsum.* > .test.xxh32
|
||||
./xxhsum lib* > .test.xxh64
|
||||
./xxhsum -H0 lib* > .test.xxh32
|
||||
./xxhsum -c .test.xxh64
|
||||
./xxhsum -c .test.xxh32
|
||||
./xxhsum -c < .test.xxh64
|
||||
|
Loading…
Reference in New Issue
Block a user