diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-08-23 16:57:26 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-08-23 16:57:26 -0400 |
commit | e77f6c0cdd2559502a80dc7f2e60e6cdc00a3bf6 (patch) | |
tree | 7701653e0fb851dab9cebf16c13a03cf4c698e81 /Makefile | |
parent | f4f203df92abc8f3ff16b3aea00e3876c2030ec9 (diff) |
added new test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,10 +2,13 @@ CFLAGS=-Wall -g | |||
2 | CPPFLAGS=-Wall -g | 2 | CPPFLAGS=-Wall -g |
3 | 3 | ||
4 | 4 | ||
5 | all: showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a | 5 | all: showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a wait_test |
6 | 6 | ||
7 | clean: | 7 | clean: |
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 | |||
10 | wait_test: wait_test.o litmus.h litmus.o | ||
11 | cc -static -o wait_test litmus.o wait_test.o | ||
9 | 12 | ||
10 | iotest: iotest.o litmus.h litmus.o | 13 | iotest: iotest.o litmus.h litmus.o |
11 | cc -static -o iotest litmus.o iotest.o | 14 | cc -static -o iotest litmus.o iotest.o |