Merge remote-tracking branches 'regulator/topic/load', 'regulator/topic/max77802...
[deliverable/linux.git] / tools / testing / selftests / mqueue / Makefile
CommitLineData
cc19ada7 1CFLAGS += -O2
b11054b9
BJZ
2LDLIBS = -lrt -lpthread -lpopt
3TEST_PROGS := mq_open_tests mq_perf_tests
6886f41d 4
b11054b9 5all: $(TEST_PROGS)
50069a58 6
5e29a910
ME
7include ../lib.mk
8
9override define RUN_TESTS
10 @./mq_open_tests /test1 || echo "selftests: mq_open_tests [FAIL]"
11 @./mq_perf_tests || echo "selftests: mq_perf_tests [FAIL]"
12endef
50069a58 13
32dcfba6
ME
14override define EMIT_TESTS
15 echo "./mq_open_tests /test1 || echo \"selftests: mq_open_tests [FAIL]\""
16 echo "./mq_perf_tests || echo \"selftests: mq_perf_tests [FAIL]\""
17endef
18
50069a58 19clean:
7820b071 20 rm -f mq_open_tests mq_perf_tests
This page took 0.168669 seconds and 5 git commands to generate.