You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
336 B
12 lines
336 B
4 months ago
|
# 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
|
||
|
|
||
|
top_srcdir = ../../../../..
|
||
|
include ../../lib.mk
|
||
|
|
||
|
$(OUTPUT)/dscr_default_test: LDLIBS += -lpthread
|
||
|
|
||
|
$(TEST_GEN_PROGS): ../harness.c
|