added vserver-info
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 23 Oct 2003 20:55:29 +0000 (20:55 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 23 Oct 2003 20:55:29 +0000 (20:55 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@299 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/tests/.cvsignore
util-vserver/tests/Makefile-files

index 3cec4dd..24a415c 100644 (file)
@@ -8,3 +8,4 @@ getinitpid
 testipc
 testlimit
 testopenf
+vserver-info
index e3803be..8fd4ec3 100644 (file)
@@ -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