Skip to content

Commit

Permalink
Removed test from release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Sobel committed Aug 22, 2014
1 parent f2cb883 commit 7e4fb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ if(WIN32)
endif(WIN32)

add_executable(agent_test ${test_srcs} ${test_headers})
target_link_libraries(agent_test ${LibXML2_LIBRARIES} ${CPPUNIT_LIBRARY} ${LINUX_LIBRARIES})

target_link_libraries(agent_test ${LibXML2_LIBRARIES} ${CPPUNIT_LIBRARY} ${LINUX_LIBRARIES})
set_target_properties(agent_test PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD_RELEASE 1)

0 comments on commit 7e4fb88

Please sign in to comment.