bamvor.zhangjian@huawei.com | 88baa78 | 2016-11-29 19:55:47 +0800 | [diff] [blame^] | 1 | TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \ |
Michael Ellerman | af0be08 | 2015-06-07 19:25:16 +1000 | [diff] [blame] | 2 | dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \ |
| 3 | dscr_sysfs_thread_test |
Anshuman Khandual | 4c6315f | 2015-05-21 12:13:06 +0530 | [diff] [blame] | 4 | |
Anshuman Khandual | 4c6315f | 2015-05-21 12:13:06 +0530 | [diff] [blame] | 5 | include ../../lib.mk |
| 6 | |
bamvor.zhangjian@huawei.com | 88baa78 | 2016-11-29 19:55:47 +0800 | [diff] [blame^] | 7 | dscr_default_test: LDLIBS += -lpthread |
| 8 | |
| 9 | $(TEST_GEN_PROGS): ../harness.c |