X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Ftests%2FMakefile-files;h=ea5399f5ed93019968ca03a59f4cd205fc68f257;hb=d1f6700736a2d4a29515e883ddd741b0580ec066;hp=6bf9b1d6766ea4b072761dfe52d7b720822466a1;hpb=df1fb145e1a308ed13fc8528afa8564f87226a65;p=util-vserver.git diff --git a/util-vserver/tests/Makefile-files b/util-vserver/tests/Makefile-files index 6bf9b1d..ea5399f 100644 --- a/util-vserver/tests/Makefile-files +++ b/util-vserver/tests/Makefile-files @@ -17,15 +17,19 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -tests_DIETPROGS = tests/getctx tests/getinitpid \ - tests/vserver-info - -test_PRGS = tests/escaperoot \ - tests/forkbomb \ - tests/testipc \ - tests/testlimit \ - tests/testopenf \ - $(tests_DIETPROGS) +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