test/library/CMakeLists.txt
@@ -51,4 +51,18 @@ ADD_TEST(NAME test_license_locator COMMAND wine ${CMAKE_CURRENT_BINARY_DIR}/test_license_locator) ELSE() ADD_TEST(NAME test_license_locator COMMAND test_license_locator) ENDIF() ENDIF() ### LicenseLocator tests add_executable( test_event_registry EventRegistry_test.cpp ) target_link_libraries( test_event_registry base ${Boost_LIBRARIES} ) ADD_TEST(NAME test_event_registry COMMAND test_event_registry)