diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-01-13 20:18:30 +0100 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2017-01-13 20:32:26 +0100 |
commit | 3ad7ee0c378e528fab7277daa9427eda562f08b4 (patch) | |
tree | 88162578ce1cbad55fca37a4b7202c2a49b7ce04 /src/lib/tests/CMakeLists.txt | |
parent | 4e3c360377bc9b792c2fac83e9402d7531f79bbe (diff) | |
download | ouroboros-3ad7ee0c378e528fab7277daa9427eda562f08b4.tar.gz ouroboros-3ad7ee0c378e528fab7277daa9427eda562f08b4.zip |
lib: Add test for SHA-3 function
Test the SHA3 function with known hashes.
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}) |