tools/selftests: add mq_perf_tests
[deliverable/linux.git] / tools / testing / selftests / mqueue / Makefile
CommitLineData
50069a58
DL
1all:
2 gcc -O2 -lrt mq_open_tests.c -o mq_open_tests
7820b071 3 gcc -O2 -lrt -lpthread -lpopt -o mq_perf_tests mq_perf_tests.c
50069a58
DL
4
5run_tests:
6 ./mq_open_tests /test1
7820b071 7 ./mq_perf_tests
50069a58
DL
8
9clean:
7820b071 10 rm -f mq_open_tests mq_perf_tests
This page took 0.027999 seconds and 5 git commands to generate.