diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-02 13:33:25 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-02 13:33:25 +0100 |
commit | 50a3f4817a44bc644ad401b0de6b91e835aad299 (patch) | |
tree | b9b515b2e8765916969235975718fe1376a05d37 | |
parent | 577f6278318774ace9eec86c7fdb7db260e7a4c0 (diff) | |
download | libnitrokey-50a3f4817a44bc644ad401b0de6b91e835aad299.tar.gz libnitrokey-50a3f4817a44bc644ad401b0de6b91e835aad299.tar.bz2 |
Add test_safe target for build
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32f75a3..1004baf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,6 +211,7 @@ IF (COMPILE_TESTS) unittest/test_issues.cc unittest/test_multiple_devices.cc unittest/test_strdup.cpp + unittest/test_safe.cpp ) foreach(testsourcefile ${TESTS} ) |