]> git.stg.codes - stg.git/blobdiff - tests/CMakeLists.txt
Add subscriptions (to replace notifiers).
[stg.git] / tests / CMakeLists.txt
index 250f5e06ca521017eedce8dc59667c00286f8147..a552cfbe2732df1a6ef7150515d6deb8316326f6 100644 (file)
@@ -49,3 +49,7 @@ add_executable ( test_filter_params_log test_filter_params_log.cpp ../projects/s
 target_link_libraries ( test_filter_params_log logger scriptexecuter common Boost::unit_test_framework Threads::Threads )
 target_include_directories ( test_filter_params_log PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ../projects/stargazer )
 add_test ( filter_params_log test_filter_params_log )
+
+add_executable ( test_subscriptions test_subscriptions.cpp )
+target_link_libraries ( test_subscriptions Boost::unit_test_framework )
+add_test ( subscriptions test_subscriptions )