configure: added --testsdir to override defaults tests dir.
This commit is contained in:
parent
d4f623e7e7
commit
a04d5eb633
2
configure
vendored
2
configure
vendored
@ -37,6 +37,7 @@ for instance \`--prefix=\$HOME'.
|
|||||||
--datadir=DIR read-only architecture-independent data [EPREFIX/share]
|
--datadir=DIR read-only architecture-independent data [EPREFIX/share]
|
||||||
--etcdir=DIR configuration files [PREFIX/etc]
|
--etcdir=DIR configuration files [PREFIX/etc]
|
||||||
--pkgconfigdir=DIR pkg-config directory [EPREFIX/lib/pkgconfig]
|
--pkgconfigdir=DIR pkg-config directory [EPREFIX/lib/pkgconfig]
|
||||||
|
--testsdir=DIR test suite directory [EPREFIX/tests]
|
||||||
|
|
||||||
--debug Build with debugging code and symbols
|
--debug Build with debugging code and symbols
|
||||||
--verbose Disable silent build to see compilation details
|
--verbose Disable silent build to see compilation details
|
||||||
@ -70,6 +71,7 @@ for x; do
|
|||||||
--with-pie) BUILD_PIE=$var;;
|
--with-pie) BUILD_PIE=$var;;
|
||||||
--pkgconfigdir) PKGCONFIGDIR=$var;;
|
--pkgconfigdir) PKGCONFIGDIR=$var;;
|
||||||
--with-tests) BUILD_TESTS=yes;;
|
--with-tests) BUILD_TESTS=yes;;
|
||||||
|
--testsdir) TESTSDIR=$var;;
|
||||||
--help) usage;;
|
--help) usage;;
|
||||||
*) echo "$0: WARNING: unknown option $opt" >&2;;
|
*) echo "$0: WARNING: unknown option $opt" >&2;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user