From 5707a64d9462001f9c7c2e02d3f52cf8b0181658 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 31 Dec 2016 18:51:07 +0100 Subject: support: Helper functions for entering namespaces --- support/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'support/Makefile') 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) -- cgit v1.1