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:
committed by
Keith Winstein
parent
a611ef5821
commit
7b9e548aa0
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user