]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/testing/selftests/mqueue/Makefile
selftests: add mq_open_tests
[karo-tx-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