[LTP] [PATCH] open_posix_testsuite: Enable the testsuite
Cyril Hrubis
chrubis@suse.cz
Tue Mar 17 19:27:04 CET 2020
Hi!
> Do we really need to enable the open_posix_testsuite explicitly? By
> default, LTP uses "--with-open-posix-testsuite" as the configure parameter
> to enabling it, is that work for you?
Even if we wanted to enable openposix by default, which may be a good
idea, we should change the default in configure.ac instead with:
diff --git a/configure.ac b/configure.ac
index c9ec39fce..0f2488617 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,7 +256,7 @@ AC_ARG_WITH([open-posix-testsuite],
[AC_HELP_STRING([--with-open-posix-testsuite],
[compile and install the open posix testsuite])],
[with_open_posix_testsuite=$withval],
- [with_open_posix_testsuite=no]
+ [with_open_posix_testsuite=yes]
)
if test "x$with_open_posix_testsuite" = xyes; then
AC_SUBST([WITH_OPEN_POSIX_TESTSUITE],["yes"])
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list