Skip to content

Commit

Permalink
prepare unit test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 12, 2019
1 parent 4768445 commit 9fd21e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ SET(UNITTESTS_SRC

ADD_EXECUTABLE(mdal_unittests ${UNITTESTS_SRC} $<TARGET_OBJECTS:mdaltestutils>)
TARGET_LINK_LIBRARIES(mdal_unittests gtest gmock ${CMAKE_THREAD_LIBS_INIT} mdal_a)
TARGET_COMPILE_DEFINITIONS(mdal_unittests PUBLIC MDAL_STATIC)
ADD_TEST(mdal_unittests ${CMAKE_CURRENT_BINARY_DIR}/mdal_unittests)

0 comments on commit 9fd21e2

Please sign in to comment.