Remove obsolete ./configure option

The '--enable-vty-tests' is just alias to '--enable-external-tests'
anyway.

Change-Id: I8ab3ac3d9becee6b4e989b4e71d34598ea012f47
This commit is contained in:
Max 2017-11-23 16:14:40 +01:00
parent abb24a2725
commit 5f1de85fab
3 changed files with 3 additions and 8 deletions

View File

@ -4,7 +4,7 @@ To run the configuration parsing and output (VTY) test suite, first install
and pass the following configure options here:
./configure --enable-vty-tests --enable-external-tests
./configure --enable-external-tests
The VTY tests are then included in the standard check target:

View File

@ -160,11 +160,6 @@ AC_DEFUN([CHECK_TM_INCLUDES_TM_GMTOFF], [
CHECK_TM_INCLUDES_TM_GMTOFF
AC_ARG_ENABLE([vty_tests],
AC_HELP_STRING([--enable-vty-tests],
[Include the VTY/CTRL tests in make check (deprecated)
[default=no]]),
[enable_ext_tests="$enableval"],[enable_ext_tests="no"])
AC_ARG_ENABLE([external_tests],
AC_HELP_STRING([--enable-external-tests],
[Include the VTY/CTRL tests in make check [default=no]]),

View File

@ -48,12 +48,12 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-smpp $IU --enable-vty-tests --enable-external-tests
./configure --enable-smpp $IU --enable-external-tests
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-smpp $IU --enable-vty-tests --enable-external-tests" \
DISTCHECK_CONFIGURE_FLAGS="--enable-smpp $IU --enable-external-tests" \
$MAKE distcheck \
|| cat-testlogs.sh