diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/mqueue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/mqueue/Makefile b/tools/testing/selftests/mqueue/Makefile index 54c0aad2b47c..218a122c7951 100644 --- a/tools/testing/selftests/mqueue/Makefile +++ b/tools/testing/selftests/mqueue/Makefile | |||
@@ -3,8 +3,8 @@ all: | |||
3 | gcc -O2 -lrt -lpthread -lpopt -o mq_perf_tests mq_perf_tests.c | 3 | gcc -O2 -lrt -lpthread -lpopt -o mq_perf_tests mq_perf_tests.c |
4 | 4 | ||
5 | run_tests: | 5 | run_tests: |
6 | ./mq_open_tests /test1 | 6 | @./mq_open_tests /test1 || echo "mq_open_tests: [FAIL]" |
7 | ./mq_perf_tests | 7 | @./mq_perf_tests || echo "mq_perf_tests: [FAIL]" |
8 | 8 | ||
9 | clean: | 9 | clean: |
10 | rm -f mq_open_tests mq_perf_tests | 10 | rm -f mq_open_tests mq_perf_tests |