mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
978e9aa19b
Delete RUN_TESTS and EMIT_TESTS overrides and use common defines in lib.mk. The overrides are in place to call mq_open_tests with queue name argument. The change to delete overrides is coupled with a change to mq_open_tests to use default queue name when it is called without one. Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
8 lines
146 B
Makefile
8 lines
146 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
CFLAGS += -O2
|
|
LDLIBS = -lrt -lpthread -lpopt
|
|
|
|
TEST_GEN_PROGS := mq_open_tests mq_perf_tests
|
|
|
|
include ../lib.mk
|