summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-09-04 11:42:24 -0700
committerAndrew G. Morgan <morgan@kernel.org>2021-09-04 13:26:56 -0700
commit99799844ad9272d43892881d1090369e6032aec2 (patch)
treeddd8161d344517483cf315b5e2065909cc443332
parent3249c2696468bc82ec45f4fcabddc390473a45da (diff)
downloadlibcap2-99799844ad9272d43892881d1090369e6032aec2.tar.gz
Don't build the tests/binaries until we want to run them
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--tests/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile
index dd78432..ecb7d1b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,12 +8,10 @@ include ../Make.Rules
#
all:
- $(MAKE) libcap_launch_test uns_test
-ifeq ($(PTHREADS),yes)
- $(MAKE) psx_test libcap_psx_test libcap_psx_launch_test
-endif
+ @echo leave test building to test target
-install: all
+install:
+ @echo nothing to install from tests
ifeq ($(DYNAMIC),yes)
LINKEXTRA=-Wl,-rpath,../libcap