Created
October 7, 2017 13:05
-
-
Save estan/4ceab978e7b1474ae583f807bc297be6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# PluginDataTest | |
# | |
add_executable(PluginDataTest | |
PluginLoaderMock.h | |
PluginDataTest.cpp | |
) | |
target_link_libraries(PluginDataTest PRIVATE | |
pluginsystem | |
testing | |
Qt5::Core | |
Qt5::Test | |
gmock | |
gtest_main | |
) | |
add_test(PluginDataTest PluginDataTest) | |
# | |
# PluginManagerTest | |
# | |
add_executable(PluginManagerTest | |
PluginManagerTest.cpp | |
) | |
target_link_libraries(PluginManagerTest PRIVATE | |
pluginsystem | |
testing | |
Qt5::Core | |
Qt5::Test | |
gmock | |
gtest_main | |
) | |
add_test(PluginManagerTest PluginManagerTest) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment