Module: xenomai-forge
Branch: next
Commit: af9a7be02c59582c8bde4c08300391f1ab3c197e
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=af9a7be02c59582c8bde4c08300391f1ab3c197e

Author: Philippe Gerum <r...@xenomai.org>
Date:   Tue Apr 29 11:19:54 2014 +0200

vxworks/testsuite: add VALGRIND prefix to test commands

---

 lib/vxworks/testsuite/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/vxworks/testsuite/Makefile b/lib/vxworks/testsuite/Makefile
index ef325e7..6719c81 100644
--- a/lib/vxworks/testsuite/Makefile
+++ b/lib/vxworks/testsuite/Makefile
@@ -30,10 +30,10 @@ clean:
 test: all
        @for t in $(TESTS); do \
                echo -n $$t...; \
-               sudo LD_LIBRARY_PATH=$(solibs) ./$$t --cpu-affinity=0 --silent 
&& echo ok || echo BAD; \
+               sudo LD_LIBRARY_PATH=$(solibs) $(VALGRIND) ./$$t 
--cpu-affinity=0 --silent && echo ok || echo BAD; \
        done
 
 test/%: %
-       sudo LD_LIBRARY_PATH=$(solibs) ./$(@F) --cpu-affinity=0 --silent && 
echo ok || echo BAD
+       sudo LD_LIBRARY_PATH=$(solibs) $(VALGRIND) ./$(@F) --cpu-affinity=0 
--silent && echo ok || echo BAD
 
 .PHONY: clean test


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to