From 428db8a58c0c149d5efccc6d788f70916c1d34d7 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 27 Jul 2014 14:44:24 +0200 Subject: TESTS: Add a test to change user IDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a unit test using the nss_wrapper and uid_wrapper libraries that exercises the ability to become another user. Reviewed-by: Lukáš Slebodník --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ac3f26cad..ee6e39ba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,8 @@ if HAVE_MANPAGES SUBDIRS += src/man endif +SUBDIRS += . src/tests/cwrap + # Some old versions of automake don't define builddir builddir ?= . @@ -2829,6 +2831,7 @@ endif CLEANFILES = *.X */*.X */*/*.X tests: all $(check_PROGRAMS) + (cd src/tests/cwrap && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; # RPM-related tasks -- cgit