diff options
Diffstat (limited to 'test/libelftc/tset/Makefile.tset')
-rw-r--r-- | test/libelftc/tset/Makefile.tset | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/libelftc/tset/Makefile.tset b/test/libelftc/tset/Makefile.tset new file mode 100644 index 0000000000000..b28e6f717b485 --- /dev/null +++ b/test/libelftc/tset/Makefile.tset @@ -0,0 +1,10 @@ +# $Id: Makefile.tset 2845 2012-12-31 04:19:35Z jkoshy $ + +# All the test cases in this test suite need -lelftc. +DPADD+= ${LIBELFTC} +LDADD+= -lelftc + +GENERATE_TEST_SCAFFOLDING= yes + +# Test cases do not supply manual pages. +NOMAN= noman |