selftests: add mq_open_tests
[cascardo/linux.git] / tools / testing / selftests / mqueue / Makefile
1 all:
2         gcc -O2 -lrt mq_open_tests.c -o mq_open_tests
3
4 run_tests:
5         ./mq_open_tests /test1
6
7 clean:
8         rm -f mq_open_tests