| | |
| | | target_link_libraries( |
| | | test_license_reader |
| | | licensecc_static |
| | | ${Boost_LIBRARIES} |
| | | Boost::unit_test_framework |
| | | Boost::filesystem |
| | | Boost::system |
| | | ) |
| | | |
| | | ADD_TEST(NAME test_license_reader COMMAND test_license_reader) |
| | |
| | | target_link_libraries( |
| | | test_os_linux |
| | | licensecc_static |
| | | ${Boost_LIBRARIES} |
| | | Boost::unit_test_framework |
| | | Boost::filesystem |
| | | Boost::system |
| | | ) |
| | | |
| | | ADD_TEST(NAME test_os_linux COMMAND test_os_linux) |
| | |
| | | target_link_libraries( |
| | | test_license_locator |
| | | licensecc_static |
| | | ${Boost_LIBRARIES} |
| | | Boost::unit_test_framework |
| | | Boost::filesystem |
| | | Boost::system |
| | | ) |
| | | |
| | | ADD_TEST(NAME test_license_locator COMMAND test_license_locator) |
| | |
| | | target_link_libraries( |
| | | test_event_registry |
| | | base |
| | | ${Boost_LIBRARIES} |
| | | Boost::unit_test_framework |
| | | Boost::filesystem |
| | | Boost::system |
| | | ) |
| | | |
| | | ADD_TEST(NAME test_event_registry COMMAND test_event_registry) |