summaryrefslogtreecommitdiff
path: root/modules/crypto/sm3-buffer-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/sm3-buffer-tests')
-rw-r--r--modules/crypto/sm3-buffer-tests11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/crypto/sm3-buffer-tests b/modules/crypto/sm3-buffer-tests
new file mode 100644
index 0000000000..983a22d46d
--- /dev/null
+++ b/modules/crypto/sm3-buffer-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-sm3-buffer.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-sm3-buffer
+check_PROGRAMS += test-sm3-buffer
+test_sm3_buffer_LDADD = $(LDADD) @LIB_CRYPTO@