X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/f31dd6cd9691118a2c868b583b39ee9133f388c0..d056fbdff1c5a26be055c38eee4c273ee6a0cba7:/hash/Makefile.am diff --git a/hash/Makefile.am b/hash/Makefile.am index 877cd3a..df6537a 100644 --- a/hash/Makefile.am +++ b/hash/Makefile.am @@ -56,11 +56,6 @@ $(precomp)/crc32-tab.c: mv $@.new $@ endif -check_PROGRAMS += t/crc32.t -t_crc32_t_SOURCES = t/crc32-test.c -t_crc32_t_CPPFLAGS = $(TEST_CPPFLAGS) -t_crc32_t_LDFLAGS = -static - EXTRA_DIST += t/crc32.tests ## Universal hashing. @@ -85,11 +80,12 @@ $(precomp)/unihash-global.c: -o$@.new && mv $@.new $@ endif -check_PROGRAMS += t/unihash.t -t_unihash_t_SOURCES = t/unihash-test.c -t_unihash_t_CPPFLAGS = $(TEST_CPPFLAGS) -t_unihash_t_LDFLAGS = -static +EXTRA_DIST += t/unihash-testgen -EXTRA_DIST += t/unihash-testgen.py +## Test program. +check_PROGRAMS += t/hash.t +t_hash_t_SOURCES = t/hash-test.c +t_hash_t_CPPFLAGS = $(TEST_CPPFLAGS) +t_hash_t_LDFLAGS = -static ###----- That's all, folks --------------------------------------------------