blob: bd74142a173fc66aefa54a9f886ba50a152b6a39 [file] [log] [blame]
Doug Ledford50069a52012-05-31 16:26:34 -07001all:
2 gcc -O2 -lrt mq_open_tests.c -o mq_open_tests
3
4run_tests:
5 ./mq_open_tests /test1
6
7clean:
8 rm -f mq_open_tests