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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Thu May 22 07:47:57 2014 +0200

vxworks/testsuite: add install rule

---

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

diff --git a/lib/vxworks/testsuite/Makefile b/lib/vxworks/testsuite/Makefile
index 6719c81..648c9be 100644
--- a/lib/vxworks/testsuite/Makefile
+++ b/lib/vxworks/testsuite/Makefile
@@ -22,6 +22,10 @@ all: $(TESTS)
 %: %.c
        $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
 
+install: all
+       install -d $(prefix)/testsuite/vxworks
+       install -t $(prefix)/testsuite/vxworks $(TESTS)
+
 clean:
        $(RM) $(TESTS) *~
 


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

Reply via email to