Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / tools / testing / selftests / mqueue / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -O2
3 LDLIBS = -lrt -lpthread -lpopt
4
5 TEST_GEN_PROGS := mq_open_tests mq_perf_tests
6
7 include ../lib.mk