X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7cf5c72a6d353ed5a7e340562c11e54c21c85e5e..db2bf4111cde36048ac66bbac58547d105bc7e80:/hash/tests.at diff --git a/hash/tests.at b/hash/tests.at index 65456d8..45d4c13 100644 --- a/hash/tests.at +++ b/hash/tests.at @@ -31,8 +31,7 @@ AT_SETUP([hash: crc32]) AT_KEYWORDS([hash crc32]) -AT_CHECK([BUILDDIR/t/crc32.t -f SRCDIR/t/crc32.tests], - [0], [ignore], [ignore]) +AT_CHECK([BUILDDIR/t/hash.t SRCDIR/t/crc32.tests], [0], [ignore], [ignore]) AT_CLEANUP @@ -41,8 +40,7 @@ AT_SETUP([hash: unihash]) AT_KEYWORDS([hash unihash]) $PYTHON SRCDIR/t/unihash-testgen.py >unihash.tests -AT_CHECK([BUILDDIR/t/unihash.t -f unihash.tests], - [0], [ignore], [ignore]) +AT_CHECK([BUILDDIR/t/hash.t unihash.tests], [0], [ignore], [ignore]) AT_CLEANUP