summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mqueue/Makefile
blob: bd74142a173fc66aefa54a9f886ba50a152b6a39 (plain)
1
2
3
4
5
6
7
8
all:
	gcc -O2 -lrt mq_open_tests.c -o mq_open_tests

run_tests:
	./mq_open_tests /test1

clean:
	rm -f mq_open_tests