diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-07-15 04:46:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-07-15 22:43:39 +0000 |
| commit | e9ac41698b2f322d55ccf9da50a3596edb2c1800 (patch) | |
| tree | 557c8263fcf6f394c855ef4458f6fe531563199e /lib/csu/tests | |
| parent | b3877767883e9b26fbcce47c015ba3eab323bf1b (diff) | |
Diffstat (limited to 'lib/csu/tests')
| -rw-r--r-- | lib/csu/tests/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/Makefile.inc | 1 | ||||
| -rw-r--r-- | lib/csu/tests/Makefile.tests | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dso/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dynamic/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dynamiclib/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/dynamicpie/Makefile | 1 | ||||
| -rw-r--r-- | lib/csu/tests/static/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/csu/tests/Makefile b/lib/csu/tests/Makefile index 3f95193420ea..946d293973db 100644 --- a/lib/csu/tests/Makefile +++ b/lib/csu/tests/Makefile @@ -1,4 +1,3 @@ - SUBDIR= dso TESTS_SUBDIRS= dynamic TESTS_SUBDIRS+= dynamiclib diff --git a/lib/csu/tests/Makefile.inc b/lib/csu/tests/Makefile.inc index 9904a82f1baf..2cb85b8d5d43 100644 --- a/lib/csu/tests/Makefile.inc +++ b/lib/csu/tests/Makefile.inc @@ -1,2 +1 @@ - TESTSDIR:= ${TESTSBASE}/${RELDIR:C/csu\/tests/csu/} diff --git a/lib/csu/tests/Makefile.tests b/lib/csu/tests/Makefile.tests index 12926d5e38a6..52179057b2a3 100644 --- a/lib/csu/tests/Makefile.tests +++ b/lib/csu/tests/Makefile.tests @@ -1,4 +1,3 @@ - ATF_TESTS_C+= init_test ATF_TESTS_C+= fini_test ATF_TESTS_CXX+= cxx_constructors diff --git a/lib/csu/tests/dso/Makefile b/lib/csu/tests/dso/Makefile index 6975e64c5dfe..2f2b8c90ac29 100644 --- a/lib/csu/tests/dso/Makefile +++ b/lib/csu/tests/dso/Makefile @@ -1,4 +1,3 @@ - .PATH: ${.CURDIR:H} SHLIB= h_csu SHLIB_NAME= libh_csu.so diff --git a/lib/csu/tests/dynamic/Makefile b/lib/csu/tests/dynamic/Makefile index 1ceeb385b5e9..e9e57201cb9a 100644 --- a/lib/csu/tests/dynamic/Makefile +++ b/lib/csu/tests/dynamic/Makefile @@ -1,4 +1,3 @@ - .PATH: ${.CURDIR:H} .include <src.opts.mk> diff --git a/lib/csu/tests/dynamiclib/Makefile b/lib/csu/tests/dynamiclib/Makefile index ced5bbb4e935..13a9b837684e 100644 --- a/lib/csu/tests/dynamiclib/Makefile +++ b/lib/csu/tests/dynamiclib/Makefile @@ -1,4 +1,3 @@ - .PATH: ${.CURDIR:H} CFLAGS+= -DDSO_BASE DPADD+= ${.OBJDIR:H}/dso/libh_csu.so diff --git a/lib/csu/tests/dynamicpie/Makefile b/lib/csu/tests/dynamicpie/Makefile index b5c0356001db..204bef0c7d10 100644 --- a/lib/csu/tests/dynamicpie/Makefile +++ b/lib/csu/tests/dynamicpie/Makefile @@ -1,4 +1,3 @@ - .PATH: ${.CURDIR:H} .include <src.opts.mk> diff --git a/lib/csu/tests/static/Makefile b/lib/csu/tests/static/Makefile index c3f87641c8ef..e76c49c93a1a 100644 --- a/lib/csu/tests/static/Makefile +++ b/lib/csu/tests/static/Makefile @@ -1,4 +1,3 @@ - .PATH: ${.CURDIR:H} NO_SHARED= |
