aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/configure.ac')
-rw-r--r--tools/xm-test/configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac
index 40d93c41d7..ad1eb78391 100644
--- a/tools/xm-test/configure.ac
+++ b/tools/xm-test/configure.ac
@@ -41,20 +41,6 @@ fi
AM_CONDITIONAL(HVM, test x$ENABLE_HVM = xTrue)
AC_SUBST(ENABLE_HVM)
-AC_ARG_ENABLE(full-labeling,
- [[ --enable-full-labeling allows the test suite to label all resources]],
- [
- ENABLE_LABELING=True
- ],[
- ENABLE_LABELING=False
- ])
-
-if test "x$ENABLE_LABELING" = "xTrue"; then
- echo "ACM_LABEL_RESOURCES = True" > lib/XmTestLib/acm_config.py
-else
- rm -f lib/XmTestLib/acm_config.py*
-fi
-
# Network needs to know ips to use: dhcp or a range of IPs in the form
# of: 192.0.2.1-192.0.2.100
# If not dhcp, a netmask and network address must be supplied. Defaults to
@@ -151,7 +137,6 @@ AC_CONFIG_FILES([
tests/restore/Makefile
tests/save/Makefile
tests/sched-credit/Makefile
- tests/security-acm/Makefile
tests/sedf/Makefile
tests/shutdown/Makefile
tests/sysrq/Makefile