Module: xenomai-head
Branch: master
Commit: a7e1879b1b222003d4e76081c69a0d1b1b1ffa5a
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=a7e1879b1b222003d4e76081c69a0d1b1b1ffa5a

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Wed Aug 10 22:19:05 2011 +0200

testsuite: fix xeno-test

Get it to work even if tests are not in the path.

---

 src/testsuite/xeno-test/xeno-test.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/testsuite/xeno-test/xeno-test.in 
b/src/testsuite/xeno-test/xeno-test.in
index b414304..539c232 100644
--- a/src/testsuite/xeno-test/xeno-test.in
+++ b/src/testsuite/xeno-test/xeno-test.in
@@ -33,16 +33,16 @@ set -ex
 
 echo 0 > /proc/xenomai/latency || :
 
-arith
-clocktest -T 30
-switchtest -T 30
-cond-torture-native
-cond-torture-posix
-mutex-torture-native
-mutex-torture-posix
+@testdir@/arith
+@testdir@/clocktest -T 30
+@testdir@/switchtest -T 30
+@testdir@/cond-torture-native
+@testdir@/cond-torture-posix
+@testdir@/mutex-torture-native
+@testdir@/mutex-torture-posix
 
 start_load
 
-check_alive latency ${1+"$@"}
+check_alive @testdir@/latency ${1+"$@"}
 
 wait_load


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to