aboutsummaryrefslogtreecommitdiff
path: root/support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 4e9d42e..9544a08 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -30,6 +30,8 @@ libsupport-routines = \
ignore_stderr \
oom_error \
set_fortify_handler \
+ support_become_root \
+ support_enter_network_namespace \
support_record_failure \
support_test_main \
support_test_verify_impl \
@@ -54,6 +56,7 @@ libsupport-routines = \
xpthread_spin_lock \
xpthread_spin_unlock \
xrealloc \
+ xsocket \
xwaitpid \
libsupport-static-only-routines := $(libsupport-routines)
@@ -65,6 +68,7 @@ endif
tests = \
README-testing \
+ tst-support-namespace \
tst-support_record_failure \
ifeq ($(run-built-tests),yes)