mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
- Force dynamic to be a non-PIE binary. - Add a dynamicpie test which uses a PIE binary. Reviewed by: andrew Obtained from: CheriBSD MFC after: 2 weeks Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D27127
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= dso
|
|
TESTS_SUBDIRS= dynamic
|
|
TESTS_SUBDIRS+= dynamiclib
|
|
TESTS_SUBDIRS+= dynamicpie
|
|
TESTS_SUBDIRS+= static
|
|
|
|
SUBDIR_DEPEND_dynamiclib=dso
|
|
|
|
.include <bsd.test.mk>
|