From cfac16920c6be7b9a2c71c34c3fab8446704d241 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 24 Aug 2019 17:36:28 +0200 Subject: crypto/gc-sha256: Add tests. * tests/test-gc-sha256.c: New file, based on tests/test-gc-sha1.c. * modules/crypto/gc-sha256-tests: New file. --- modules/crypto/gc-sha256-tests | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/crypto/gc-sha256-tests (limited to 'modules/crypto') diff --git a/modules/crypto/gc-sha256-tests b/modules/crypto/gc-sha256-tests new file mode 100644 index 0000000000..677ed62da0 --- /dev/null +++ b/modules/crypto/gc-sha256-tests @@ -0,0 +1,11 @@ +Files: +tests/test-gc-sha256.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-gc-sha256 +check_PROGRAMS += test-gc-sha256 +test_gc_sha256_LDADD = $(LDADD) @LIB_CRYPTO@ -- cgit v1.2.1