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 ec023ad commit 7ff2f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ SET(UNITTESTS_SRC
mdal_testutils.cpp
)

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

0 comments on commit 7ff2f55

Please sign in to comment.