X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile-files;fp=tests%2FMakefile-files;h=dda759f82490cf7dfcc22f874647fe4b99e7a117;hb=8cf13bb177d92c93eb73dc8939777150536c2d00;hp=50148c4dc38586b983d56bfb3eac44d0ced51a05;hpb=6bf3f95de36c804c97716b2d0bdf10680c559044;p=util-vserver.git diff --git a/tests/Makefile-files b/tests/Makefile-files index 50148c4..dda759f 100644 --- a/tests/Makefile-files +++ b/tests/Makefile-files @@ -1,4 +1,4 @@ -## $Id: Makefile-files,v 1.1.4.1 2003/11/28 23:10:08 ensc Exp $ -*- makefile -*- +## $Id: Makefile-files,v 1.9 2004/08/19 14:01:33 ensc Exp $ -*- makefile -*- ## Copyright (C) 2003 Enrico Scholz ## @@ -17,14 +17,34 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -test_PRGS = tests/escaperoot \ - tests/forkbomb \ - tests/testipc \ - tests/testlimit \ - tests/testopenf - -tests_escaperoot_SOURCES = tests/escaperoot.cc -tests_forkbomb_SOURCES = tests/forkbomb.cc -tests_testipc_SOURCES = tests/testipc.cc -tests_testlimit_SOURCES = tests/testlimit.cc -tests_testopenf_SOURCES = tests/testopenf.cc +tests_dietprogs = tests/getctx \ + tests/getinitpid \ + tests/vserver-info + +noinst_PROGRAMS += tests/escaperoot \ + tests/forkbomb \ + tests/testipc \ + tests/testlimit \ + tests/testopenf \ + $(tests_dietprogs) + + +DIETPROGS += $(tests_dietprogs) + +tests_escaperoot_SOURCES = tests/escaperoot.c +tests_forkbomb_SOURCES = tests/forkbomb.c +tests_testipc_SOURCES = tests/testipc.c +tests_testlimit_SOURCES = tests/testlimit.c +tests_testopenf_SOURCES = tests/testopenf.c + +tests_getctx_SOURCES = tests/getctx.c +tests_getctx_LDADD = $(VSERVER_LDADDS) +tests_getctx_LDFLAGS = $(VSERVER_LDFLGS) + +tests_getinitpid_SOURCES = tests/getinitpid.c +tests_getinitpid_LDADD = $(VSERVER_LDADDS) +tests_getinitpid_LDFLAGS = $(VSERVER_LDFLGS) + +tests_vserver_info_SOURCES = tests/vserver-info.c +tests_vserver_info_LDADD = $(VSERVER_LDADDS) +tests_vserver_info_LDFLAGS = $(VSERVER_LDFLGS)