From 3200d449106d1c6d12130b93b15792dc57e25c08 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 16 Oct 2003 15:07:10 +0000 Subject: [PATCH] generalized building with dietlibc added getinitpid git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@180 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/tests/Makefile-files | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/util-vserver/tests/Makefile-files b/util-vserver/tests/Makefile-files index 8d1d11f..c2f9601 100644 --- a/util-vserver/tests/Makefile-files +++ b/util-vserver/tests/Makefile-files @@ -17,13 +17,15 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -test_PRGS = tests/chrootsafe \ - tests/escaperoot \ - tests/forkbomb \ - tests/testipc \ - tests/testlimit \ - tests/testopenf \ - tests/getctx +tests_DIETPROGS = tests/getctx tests/getinitpid + +test_PRGS = tests/chrootsafe \ + tests/escaperoot \ + tests/forkbomb \ + tests/testipc \ + tests/testlimit \ + tests/testopenf \ + $(tests_DIETPROGS) tests_chrootsafe_SOURCES = tests/chrootsafe.cc tests_chrootsafe_LDADD = lib/libvserver.a @@ -37,7 +39,6 @@ tests_testopenf_SOURCES = tests/testopenf.cc tests_getctx_SOURCES = tests/getctx.c tests_getctx_LDADD = lib/libvserver.a -if USE_DIETLIBC -tests/getctx$(EXEEXT) tests/getctx$(OBJEXT) \ - : CC=$(DIET_CC) -endif +tests_getinitpid_SOURCES = tests/getinitpid.c +tests_getinitpid_LDADD = lib/libvserver.a + -- 1.8.1.5