Decklist testing (#2537)

This commit is contained in:
Mark McDonald 2017-04-01 01:24:16 -04:00 committed by Zach H
parent ef7670a1e6
commit 9cbae8c707
6 changed files with 173 additions and 5 deletions

View file

@ -37,4 +37,5 @@ endif()
include_directories(${GTEST_INCLUDE_DIRS})
target_link_libraries(dummy_test ${GTEST_BOTH_LIBRARIES})
add_subdirectory(carddatabase)
add_subdirectory(carddatabase)
add_subdirectory(loading_from_clipboard)