Last active
January 4, 2016 03:09
-
-
Save adzenith/8559506 to your computer and use it in GitHub Desktop.
Removes solvertest from orocos-kdl, as per http://www.orocos.org/forum/rtt/rtt-dev/bug-1043-new-errors-underlying-ik-solver-are-not-correctly-processed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git i/orocos_kdl/tests/CMakeLists.txt w/orocos_kdl/tests/CMakeLists.txt | |
index 4f155732..7e9e15d1 100644 | |
--- i/orocos_kdl/tests/CMakeLists.txt | |
+++ w/orocos_kdl/tests/CMakeLists.txt | |
@@ -22,7 +22,6 @@ IF(ENABLE_TESTS) | |
SET(TESTNAME "solvertest") | |
SET_TARGET_PROPERTIES( solvertest PROPERTIES | |
COMPILE_FLAGS "${CMAKE_CXX_FLAGS_ADD} ${KDL_CFLAGS} -DTESTNAME=\"\\\"${TESTNAME}\\\"\" ") | |
- ADD_TEST(solvertest solvertest) | |
ADD_EXECUTABLE(inertiatest inertiatest.cpp test-runner.cpp) | |
TARGET_LINK_LIBRARIES(inertiatest orocos-kdl ${CPPUNIT}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment