summaryrefslogtreecommitdiff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-12-31 18:51:07 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-31 18:51:07 +0100
commit5707a64d9462001f9c7c2e02d3f52cf8b0181658 (patch)
tree21d7c8e03848524dd858199032194665847ee7b5 /support/Makefile
parenta851999f61ad7ceabc2a945a3c31c60e8c914a4b (diff)
support: Helper functions for entering namespaces
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 4e9d42ef09..9544a08573 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)