diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-01-13 20:53:50 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-01-13 20:53:50 +0100 |
commit | 6a8f0d0a9aab073e2e79a06322e4f83e69409d05 (patch) | |
tree | 5c17bdb2879871b7b17ca0308e465405730f2590 /src/lib/tests/CMakeLists.txt | |
parent | 4e3c360377bc9b792c2fac83e9402d7531f79bbe (diff) | |
parent | 81c9112a305d484627e666624434dc9f9cce17e7 (diff) | |
download | ouroboros-6a8f0d0a9aab073e2e79a06322e4f83e69409d05.tar.gz ouroboros-6a8f0d0a9aab073e2e79a06322e4f83e69409d05.zip |
Merged in dstaesse/ouroboros/be-sha3-test (pull request #346)
lib: Add test for SHA-3 function
Diffstat (limited to 'src/lib/tests/CMakeLists.txt')
-rw-r--r-- | src/lib/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/tests/CMakeLists.txt b/src/lib/tests/CMakeLists.txt index 64671934..92a4579a 100644 --- a/src/lib/tests/CMakeLists.txt +++ b/src/lib/tests/CMakeLists.txt @@ -5,6 +5,7 @@ create_test_sourcelist(${PARENT_DIR}_tests test_suite.c # Add new tests here bitmap_test.c hashtable_test.c + sha3_test.c ) add_executable(${PARENT_DIR}_test EXCLUDE_FROM_ALL ${${PARENT_DIR}_tests}) |