diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-12-08 11:00:18 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-02-28 19:28:24 +0100 |
commit | e25a83d6d704db7b5505d113c2d89811c6c2fc60 (patch) | |
tree | 089323859de395377ff82915a13eeed92a184c72 /CMakeLists.txt | |
parent | 8bede81660658a3675f4b7f68835ef3a623c696f (diff) | |
download | libnitrokey-e25a83d6d704db7b5505d113c2d89811c6c2fc60.tar.gz libnitrokey-e25a83d6d704db7b5505d113c2d89811c6c2fc60.tar.bz2 |
Add tests for refreshed devices list and not refreshed in the loop
Add it to CMake
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d788cf..6037393 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,7 +192,7 @@ IF (COMPILE_TESTS) target_link_libraries (test_issues ${EXTRA_LIBS} nitrokey catch) add_executable (test_multiple_devices unittest/test_multiple_devices.cc) - target_link_libraries (test_multiple_devices ${EXTRA_LIBS} ${LIBNAME} catch) + target_link_libraries (test_multiple_devices ${EXTRA_LIBS} nitrokey catch) ENDIF() |