2014-09-21 21:25:41 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-02 22:26:49 +00:00
|
|
|
PACKAGE=tests
|
|
|
|
FILESGROUPS= TESTS
|
|
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
|
2014-09-21 21:25:41 +00:00
|
|
|
ATF_TESTS_C+= proc_test
|
|
|
|
|
|
|
|
PROGS= target_prog
|
|
|
|
SRCS_target_prog= target_prog.c
|
|
|
|
BINDIR_target_prog= ${TESTSDIR}
|
|
|
|
|
2015-12-04 03:17:47 +00:00
|
|
|
LIBADD= elf proc rtld_db util
|
2014-09-21 21:25:41 +00:00
|
|
|
|
|
|
|
# Ensure that symbols aren't stripped from the test program, as they're needed
|
|
|
|
# for testing symbol lookup.
|
|
|
|
STRIP=
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|