From 1f4d70802881af2a6f349d4afc6092852f41f7d2 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 23 Oct 2003 20:55:29 +0000 Subject: [PATCH] added vserver-info git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@299 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/tests/.cvsignore | 1 + util-vserver/tests/Makefile-files | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/util-vserver/tests/.cvsignore b/util-vserver/tests/.cvsignore index 3cec4dd..24a415c 100644 --- a/util-vserver/tests/.cvsignore +++ b/util-vserver/tests/.cvsignore @@ -8,3 +8,4 @@ getinitpid testipc testlimit testopenf +vserver-info diff --git a/util-vserver/tests/Makefile-files b/util-vserver/tests/Makefile-files index e3803be..8fd4ec3 100644 --- a/util-vserver/tests/Makefile-files +++ b/util-vserver/tests/Makefile-files @@ -17,7 +17,8 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -tests_DIETPROGS = tests/getctx tests/getinitpid +tests_DIETPROGS = tests/getctx tests/getinitpid \ + tests/vserver-info test_PRGS = tests/chrootsafe \ tests/escaperoot \ @@ -42,3 +43,5 @@ tests_getctx_LDADD = lib/libvserver.a tests_getinitpid_SOURCES = tests/getinitpid.c tests_getinitpid_LDADD = lib/libvserver.a +tests_vserver_info_SOURCES = tests/vserver-info.c +tests_vserver_info_LDADD = lib/libvserver.a -- 1.8.1.5