Skip to content
Snippets Groups Projects
Commit f24731e8 authored by vahrenkamp's avatar vahrenkamp
Browse files

Fix: Removing test when no visualization lib is given.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@183 042f3d55-54a8-47e9-b7fb-15903f145c44
parent f2854a71
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ ADD_VR_TEST( VirtualRobotRobotTest )
ADD_VR_TEST( VirtualRobotTransformationTest )
ADD_VR_TEST( VirtualRobotCollisionTest )
if (SIMOX_VISUALIZATION)
ADD_VR_TEST( VirtualRobotCollisionTest )
endif()
ADD_VR_TEST( VirtualRobotJacobianTest )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment