Skip to content

Instantly share code, notes, and snippets.

@estan
Created October 7, 2017 13:05
Show Gist options
  • Save estan/4ceab978e7b1474ae583f807bc297be6 to your computer and use it in GitHub Desktop.
Save estan/4ceab978e7b1474ae583f807bc297be6 to your computer and use it in GitHub Desktop.
#
# 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