aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/m4/miscellaneous.m4
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_plat/m4/miscellaneous.m4')
-rw-r--r--test/common_plat/m4/miscellaneous.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/test/common_plat/m4/miscellaneous.m4 b/test/common_plat/m4/miscellaneous.m4
deleted file mode 100644
index cc881edb7..000000000
--- a/test/common_plat/m4/miscellaneous.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-##########################################################################
-# Enable/disable test-cpp
-##########################################################################
-test_cpp=no
-AC_ARG_ENABLE([test-cpp],
- [ --enable-test-cpp run basic test aginast cpp],
- [if test "x$enableval" = "xyes"; then
- test_cpp=yes
- fi])