]> git.stg.codes - stg.git/blobdiff - tests/CMakeLists.txt
Use std::jthread and C++17.
[stg.git] / tests / CMakeLists.txt
index 226b9b22d0296869bdf0c4a2ef2bd5be963431f2..cedaaebd03879514e9032330e4c82032ce06616b 100644 (file)
@@ -23,3 +23,5 @@ add_executable ( tests ${CPP_FILES} )
 target_link_libraries ( tests conffiles crypto logger scriptexecuter common Threads::Threads )
 
 target_include_directories ( tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ../projects/stargazer )
+
+add_test ( tests tests )