mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
configure: Remove --enable-testing
This commit is contained in:
parent
1ddbbb67e0
commit
1b08797419
@ -210,9 +210,7 @@ endif
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ("$(TESTING)", "yes")
|
|
||||||
include test/unit/Makefile
|
include test/unit/Makefile
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(shell which ctags),)
|
ifneq ($(shell which ctags),)
|
||||||
.PHONY: tags
|
.PHONY: tags
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.178 -
|
Version 2.02.178 -
|
||||||
=====================================
|
=====================================
|
||||||
|
--enable-testing switch for ./configure has been removed.
|
||||||
--with-snapshots switch for ./configure has been removed.
|
--with-snapshots switch for ./configure has been removed.
|
||||||
--with-mirrors switch for ./configure has been removed.
|
--with-mirrors switch for ./configure has been removed.
|
||||||
--with-raid switch for ./configure has been removed.
|
--with-raid switch for ./configure has been removed.
|
||||||
|
17
configure
vendored
17
configure
vendored
@ -653,7 +653,6 @@ UDEV_RULES
|
|||||||
UDEV_PC
|
UDEV_PC
|
||||||
THIN
|
THIN
|
||||||
TESTSUITE_DATA
|
TESTSUITE_DATA
|
||||||
TESTING
|
|
||||||
STATIC_LINK
|
STATIC_LINK
|
||||||
STATICDIR
|
STATICDIR
|
||||||
SNAPSHOTS
|
SNAPSHOTS
|
||||||
@ -950,7 +949,6 @@ with_cmirrord_pidfile
|
|||||||
enable_debug
|
enable_debug
|
||||||
with_optimisation
|
with_optimisation
|
||||||
enable_profiling
|
enable_profiling
|
||||||
enable_testing
|
|
||||||
enable_valgrind_pool
|
enable_valgrind_pool
|
||||||
enable_devmapper
|
enable_devmapper
|
||||||
enable_lvmetad
|
enable_lvmetad
|
||||||
@ -1697,7 +1695,6 @@ Optional Features:
|
|||||||
--enable-cmirrord enable the cluster mirror log daemon
|
--enable-cmirrord enable the cluster mirror log daemon
|
||||||
--enable-debug enable debugging
|
--enable-debug enable debugging
|
||||||
--enable-profiling gather gcov profiling data
|
--enable-profiling gather gcov profiling data
|
||||||
--enable-testing enable testing targets in the makefile
|
|
||||||
--enable-valgrind-pool enable valgrind awareness of pools
|
--enable-valgrind-pool enable valgrind awareness of pools
|
||||||
--disable-devmapper disable LVM2 device-mapper interaction
|
--disable-devmapper disable LVM2 device-mapper interaction
|
||||||
--enable-lvmetad enable the LVM Metadata Daemon
|
--enable-lvmetad enable the LVM Metadata Daemon
|
||||||
@ -11597,19 +11594,6 @@ $as_echo "$as_me: WARNING: GD.pm perl module is not installed" >&2;}
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################################################################################
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable unit testing" >&5
|
|
||||||
$as_echo_n "checking whether to enable unit testing... " >&6; }
|
|
||||||
# Check whether --enable-testing was given.
|
|
||||||
if test "${enable_testing+set}" = set; then :
|
|
||||||
enableval=$enable_testing; TESTING=$enableval
|
|
||||||
else
|
|
||||||
TESTING=no
|
|
||||||
fi
|
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $TESTING" >&5
|
|
||||||
$as_echo "$TESTING" >&6; }
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
TESTSUITE_DATA='${datarootdir}/lvm2-testsuite'
|
TESTSUITE_DATA='${datarootdir}/lvm2-testsuite'
|
||||||
# double eval needed ${datarootdir} -> ${prefix}/share -> real path
|
# double eval needed ${datarootdir} -> ${prefix}/share -> real path
|
||||||
@ -15685,7 +15669,6 @@ _ACEOF
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
10
configure.ac
10
configure.ac
@ -1067,15 +1067,6 @@ if test "$PROFILING" = yes; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################################################################################
|
|
||||||
dnl -- Enable testing
|
|
||||||
AC_MSG_CHECKING(whether to enable unit testing)
|
|
||||||
AC_ARG_ENABLE(testing,
|
|
||||||
AC_HELP_STRING([--enable-testing],
|
|
||||||
[enable testing targets in the makefile]),
|
|
||||||
TESTING=$enableval, TESTING=no)
|
|
||||||
AC_MSG_RESULT($TESTING)
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
dnl -- Set LVM2 testsuite data
|
dnl -- Set LVM2 testsuite data
|
||||||
TESTSUITE_DATA='${datarootdir}/lvm2-testsuite'
|
TESTSUITE_DATA='${datarootdir}/lvm2-testsuite'
|
||||||
@ -2123,7 +2114,6 @@ AC_SUBST(SYSTEMD_LIBS)
|
|||||||
AC_SUBST(SNAPSHOTS)
|
AC_SUBST(SNAPSHOTS)
|
||||||
AC_SUBST(STATICDIR)
|
AC_SUBST(STATICDIR)
|
||||||
AC_SUBST(STATIC_LINK)
|
AC_SUBST(STATIC_LINK)
|
||||||
AC_SUBST(TESTING)
|
|
||||||
AC_SUBST(TESTSUITE_DATA)
|
AC_SUBST(TESTSUITE_DATA)
|
||||||
AC_SUBST(THIN)
|
AC_SUBST(THIN)
|
||||||
AC_SUBST(THIN_CHECK_CMD)
|
AC_SUBST(THIN_CHECK_CMD)
|
||||||
|
@ -81,7 +81,6 @@ BLKID_CFLAGS = @BLKID_CFLAGS@
|
|||||||
BLKID_LIBS = @BLKID_LIBS@
|
BLKID_LIBS = @BLKID_LIBS@
|
||||||
SYSTEMD_LIBS = @SYSTEMD_LIBS@
|
SYSTEMD_LIBS = @SYSTEMD_LIBS@
|
||||||
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
|
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
|
||||||
TESTING = @TESTING@
|
|
||||||
|
|
||||||
# Setup directory variables
|
# Setup directory variables
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
|
Loading…
Reference in New Issue
Block a user