aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2009-10-22 15:33:40 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2009-10-22 15:33:40 +0200
commit92d385229be040cf034ac6efd9405b7bdfe06a3e (patch)
tree53eecf58a299a8bde4cef6bb913e67e17d25356b /configure.ac
parentmount /dev/mqueue (diff)
downloadlxc-92d385229be040cf034ac6efd9405b7bdfe06a3e.tar.gz
lxc-92d385229be040cf034ac6efd9405b7bdfe06a3e.tar.bz2
lxc-92d385229be040cf034ac6efd9405b7bdfe06a3e.zip
remove test directory
These tests are not relevant now. It would be better to write some real test cases with some script using the lxc cli in order to check non regression. I remove these annoying tests I have to port each time a function prototype is changed. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f79e1f0..3e68ed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,9 +50,6 @@ LXC_MAJOR_VERSION=$(echo $PACKAGE_VERSION | cut -d. -f1)
LXC_MINOR_VERSION=$(echo $PACKAGE_VERSION | cut -d. -f2)
LXC_MICRO_VERSION=$(echo $PACKAGE_VERSION | cut -d. -f3)
-AC_ARG_ENABLE(test, [ --enable-test compile test program [default=no]],, enable_test=no)
-AM_CONDITIONAL(ENABLE_TEST, test x$enable_test = xyes)
-
AC_SUBST(LXC_MAJOR_VERSION)
AC_SUBST(LXC_MINOR_VERSION)
AC_SUBST(LXC_MICRO_VERSION)
@@ -103,8 +100,6 @@ AC_CONFIG_FILES([
etc/lxc-phys.conf
etc/lxc-veth.conf
etc/lxc-complex-config
-
- test/Makefile
])
AC_CONFIG_COMMANDS([default],[[]],[[]])
AC_OUTPUT