summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-02-04 22:05:40 +0100
committerBruno Haible <bruno@clisp.org>2019-02-04 22:05:40 +0100
commitd95e24c4edd2685c20ee8e84eced75b30c9e572a (patch)
tree852729a7b11344737181c1d7d0b5bf312e8895dc /autogen.sh
parentddbbdc6c86d782ba3ac4ebfc1e3bcbfe5cb18453 (diff)
downloadlibunistring-d95e24c4edd2685c20ee8e84eced75b30c9e572a.tar.gz
Move run-test to gnulib.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f8b2fe3..489fcfb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -459,6 +459,7 @@ if test $skip_gnulib = false; then
$GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess
$GNULIB_TOOL --copy-file build-aux/config.sub; chmod a+x build-aux/config.sub
$GNULIB_TOOL --copy-file build-aux/declared.sh lib/declared.sh; chmod a+x lib/declared.sh
+ $GNULIB_TOOL --copy-file build-aux/run-test; chmod a+x build-aux/run-test
$GNULIB_TOOL --copy-file build-aux/test-driver.diff
# If we got no texinfo.tex so far, take the snapshot from gnulib.
if test ! -f build-aux/texinfo.tex; then