mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
4c3c3c5025
The DSCR tests fail on systems that don't have DSCR, so check for the DSCR in hwcap and skip if it's not present. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200819015727.1977134-5-mpe@ellerman.id.au
14 lines
371 B
Makefile
14 lines
371 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \
|
|
dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \
|
|
dscr_sysfs_thread_test
|
|
|
|
TEST_FILES := settings
|
|
|
|
top_srcdir = ../../../../..
|
|
include ../../lib.mk
|
|
|
|
$(OUTPUT)/dscr_default_test: LDLIBS += -lpthread
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c ../utils.c
|