aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-10-18 13:37:50 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-10-18 13:48:09 -0700
commita614aa669d6ec0f12849f9a698f242cf89b44c6c (patch)
tree0df08e97a6b2b8e70d057660ec6f05ebaa541f7a /Makefile
parent6b1d98b7d6463a1773a217423d82994fb70d2a48 (diff)
downloadlibcap-a614aa669d6ec0f12849f9a698f242cf89b44c6c.tar.gz
Fix tests:sudotest for DYNAMIC=yes testing
Actually, fix the libcap_launch_test.c itself since it wasn't correctly failing with an error exit code before. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b3b5e0..8e8d5f3 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ endif
distcheck:
./distcheck.sh
+ make DYNAMIC=yes clean all test sudotest
make CC=/usr/local/musl/bin/musl-gcc clean all test sudotest
make clean all test sudotest
make distclean