From f4fd89c776c9dccecc661058d272c7b252f6e85c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 28 Jan 2021 21:42:35 +0100 Subject: conf: add cmake for tests --- tests/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/CMakeLists.txt (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 0000000..eac999a --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories(${PROJECT_SOURCE_DIR}/include) + +add_executable(test_sha256 test_sha256.cc ${PROJECT_SOURCE_DIR}/src/sha256.cc) + +enable_testing() +add_test(test_sha256 test_sha256) -- cgit v1.2.3-18-g5258