From: Enrico Scholz Date: Mon, 2 Feb 2004 19:32:58 +0000 (+0000) Subject: added chcontext-test.c X-Git-Tag: VERSION_0_10~795 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f82efa6629aeab5873379cbd752d8c94d0aeba1;p=util-vserver.git added chcontext-test.c git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@750 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/testsuite/Makefile-files b/util-vserver/src/testsuite/Makefile-files index 98aa352..b5fca6f 100644 --- a/util-vserver/src/testsuite/Makefile-files +++ b/util-vserver/src/testsuite/Makefile-files @@ -15,7 +15,8 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -src_testsuite_check_active_PRGS = src/testsuite/vunify-functest +src_testsuite_check_active_PRGS = src/testsuite/vunify-functest \ + src/testsuite/chcontext-test src_testsuite_check_passive_PRGS = src/testsuite/rpm-fake-test @@ -38,8 +39,11 @@ src_testsuite_rpm_fake_test_SOURCES = src/testsuite/rpm-fake-test.c src_testsuite_vunify_functest_SOURCES = src/testsuite/vunify-functest.c \ src/vunify-matchlist.c - src_testsuite_vunify_functest_CPPFLAGS= $(AM_CPPFLAGS) $(src_testsuite_CPPFLAGS) +src_testsuite_chcontext_test_SOURCES = src/testsuite/chcontext-test.c \ + src/util-exitlikeprocess.c +src_testsuite_chcontext_test_LDADD = lib/libvserver.la + src_testsuite_CPPFLAGS = -I $(top_srcdir)/src -D ENSC_TESTSUITE