Add a PromotionManager.
[tagua/yd.git] / tests / variants / CMakeLists.txt
blob02c3f25b88fc50b839dbe0678805f342a474b0d4
1 set(main_dir "../../src/core")
3 SET(variants_test_SRC
4   ../cppunit_main.cpp
5   boardtest.cpp
6   chesspiecetest.cpp
7   chessgamestatetest.cpp
8   chesslegalitytest.cpp
9   chessserializationtest.cpp
10   test_utils.cpp
13 include_directories(
14   ${KDE4_INCLUDES}
15   ${Boost_INCLUDE_DIRS}
16   ${CMAKE_CURRENT_BINARY_DIR}
17   ${CMAKE_CURRENT_SOURCE_DIR}/${main_dir}
20 add_executable(variants_test ${variants_test_SRC})
21 target_link_libraries(variants_test ${CPPUNIT_LIBRARIES})
23 add_test(variants_test variants_test)