aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-08-23 16:57:26 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-08-23 16:57:26 -0400
commite77f6c0cdd2559502a80dc7f2e60e6cdc00a3bf6 (patch)
tree7701653e0fb851dab9cebf16c13a03cf4c698e81 /Makefile
parentf4f203df92abc8f3ff16b3aea00e3876c2030ec9 (diff)
added new test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5e7723..18a3c82 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,13 @@ CFLAGS=-Wall -g
2CPPFLAGS=-Wall -g 2CPPFLAGS=-Wall -g
3 3
4 4
5all: showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a 5all: showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a wait_test
6 6
7clean: 7clean:
8 rm *.o showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a 8 rm *.o showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a wait_test
9
10wait_test: wait_test.o litmus.h litmus.o
11 cc -static -o wait_test litmus.o wait_test.o
9 12
10iotest: iotest.o litmus.h litmus.o 13iotest: iotest.o litmus.h litmus.o
11 cc -static -o iotest litmus.o iotest.o 14 cc -static -o iotest litmus.o iotest.o