hash lib* instead of xxhsum*

to avoid hashing xxhsum.gcda,
which content change while running xxhsum
This commit is contained in:
Yann Collet 2018-04-01 15:57:02 -07:00
parent 1a4376afa8
commit 63c8575d09

View File

@ -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