Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 92e882d

Browse files
author
Olivier Stasse
committed
Correct the path for the unit test.
1 parent 79f1679 commit 92e882d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unitTesting/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ SET(tests
2424
SET(test_dyn_plugins_dependencies dynamic)
2525

2626
# getting the information for the robot.
27-
SET(samplemodelpath ${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/)
27+
SET(samplemodelpath ${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/)
2828
SET(samplespec
29-
${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/sampleSpecificities.xml
29+
${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/sampleSpecificities.xml
3030
)
3131
SET(sampleljr
32-
${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/sampleLinkJointRank.xml
32+
${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/sampleLinkJointRank.xml
3333
)
3434
SET(sampleinitconfig
35-
${JRL_DYNAMICS_PKGDATAROOTDIR}/examples/data/sampleInitConfig.dat)
35+
${JRL_DYNAMICS_PKGDATAROOTDIR}/jrl-dynamics/examples/data/sampleInitConfig.dat)
3636

3737
LIST(APPEND LOGGING_WATCHED_VARIABLES samplespec sampleljr)
3838

0 commit comments

Comments
 (0)