From 92e882d04bc242ee85642f93a44e81ec2a76e8e2 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <olivier.stasse@gmail.com> Date: Sat, 21 Sep 2013 21:44:34 +0200 Subject: [PATCH] Correct the path for the unit test. --- unitTesting/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unitTesting/CMakeLists.txt b/unitTesting/CMakeLists.txt index dd529b2..165a1a0 100644 --- a/unitTesting/CMakeLists.txt +++ b/unitTesting/CMakeLists.txt @@ -24,15 +24,15 @@ SET(tests SET(test_dyn_plugins_dependencies dynamic) # getting the information for the robot. -SET(samplemodelpath ${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/) +SET(samplemodelpath ${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/) SET(samplespec - ${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/sampleSpecificities.xml + ${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/sampleSpecificities.xml ) SET(sampleljr - ${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/sampleLinkJointRank.xml + ${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/sampleLinkJointRank.xml ) SET(sampleinitconfig - ${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/sampleInitConfig.dat) + ${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/sampleInitConfig.dat) LIST(APPEND LOGGING_WATCHED_VARIABLES samplespec sampleljr) -- GitLab