[bfl] 37/40: debian/tests/run-tests: add binary_dir

Johannes Schauer josch at moszumanska.debian.org
Fri Aug 11 17:24:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch master
in repository bfl.

commit d6f7c7af35fe6888c4141642bc97f51cec142141
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sat Aug 12 02:09:22 2017 +0900

    debian/tests/run-tests: add binary_dir
---
 debian/tests/run-tests | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/tests/run-tests b/debian/tests/run-tests
index 1f9a823..2950e8a 100644
--- a/debian/tests/run-tests
+++ b/debian/tests/run-tests
@@ -14,12 +14,12 @@ pkg_check_modules(OROCOS_BFL REQUIRED orocos-bfl)
 include_directories(\${OROCOS_BFL_INCLUDE_DIRS})
 link_directories(\${OROCOS_BFL_LIBRARY_DIRS})
 
-ADD_SUBDIRECTORY( $SOURCEDIR/examples/compare_filters )
-ADD_SUBDIRECTORY( $SOURCEDIR/examples/linear_kalman )
-ADD_SUBDIRECTORY( $SOURCEDIR/examples/nonlinear_kalman )
-ADD_SUBDIRECTORY( $SOURCEDIR/examples/nonlinear_particle )
-ADD_SUBDIRECTORY( $SOURCEDIR/examples/smoother )
-ADD_SUBDIRECTORY( $SOURCEDIR/examples/discrete_filter )
+ADD_SUBDIRECTORY( $SOURCEDIR/examples/compare_filters compare_filters)
+ADD_SUBDIRECTORY( $SOURCEDIR/examples/linear_kalman linear_kalman)
+ADD_SUBDIRECTORY( $SOURCEDIR/examples/nonlinear_kalman nonlinear_kalman)
+ADD_SUBDIRECTORY( $SOURCEDIR/examples/nonlinear_particle nonlinear_particle)
+ADD_SUBDIRECTORY( $SOURCEDIR/examples/smoother smoother)
+ADD_SUBDIRECTORY( $SOURCEDIR/examples/discrete_filter discrete_filter)
 END
 
 mkdir build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/bfl.git



More information about the debian-science-commits mailing list