Save header files, test an actual hash

This commit is contained in:
James Reynolds 2022-11-20 01:21:24 -07:00 committed by Max Howell
parent b4eb1925f8
commit 3abeb387de

View file

@ -27,8 +27,12 @@ build:
./configure --prefix={{ prefix }}
make --jobs {{ hw.concurrency }}
make --jobs {{ hw.concurrency }} install
make -C librhash install-lib-headers
make test
test:
script: |
rhash --version
echo -n test > test
echo -n a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 test > test.sha1
rhash -c test.sha1