git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@67
94cd875c-1c1d-0410-91d2-
eb244daf1a30
chrootsafe
escaperoot
forkbomb
+getctx
testipc
testlimit
testopenf
tests/forkbomb \
tests/testipc \
tests/testlimit \
- tests/testopenf
+ tests/testopenf \
+ tests/getctx
tests_chrootsafe_SOURCES = tests/chrootsafe.cc
tests_chrootsafe_LDADD = lib/libvserver.a
tests_testipc_SOURCES = tests/testipc.cc
tests_testlimit_SOURCES = tests/testlimit.cc
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