Run tests with ‘make check’

The configure --enable-tests flag is no longer needed because
check_PROGRAMS are not built until you run ‘make check’.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2013-02-18 01:18:50 -05:00
committed by Keith Winstein
parent a611ef5821
commit 7b9e548aa0
2 changed files with 2 additions and 9 deletions
-6
View File
@@ -134,12 +134,6 @@ AC_ARG_ENABLE([server],
[build_server="yes"])
AM_CONDITIONAL([BUILD_SERVER], [test x"$build_server" != xno])
AC_ARG_ENABLE([tests],
[AS_HELP_STRING([--enable-tests], [Build tests @<:@no@:>@])],
[build_tests="$enableval"],
[build_tests="no"])
AM_CONDITIONAL([BUILD_TESTS], [test x"$build_tests" != xno])
AC_ARG_ENABLE([examples],
[AS_HELP_STRING([--enable-examples], [Build the miscellaneous programs in src/examples @<:@no@:>@])],
[build_examples="$enableval"],