diff options
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-x | gnulib-tool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnulib-tool b/gnulib-tool index 58accbad48..9ef8fa9ee4 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -2811,6 +2811,7 @@ func_import () func_append actioncmd " --po-base=$pobase" fi func_append actioncmd " --doc-base=$docbase" + func_append actioncmd " --tests-base=$testsbase" func_append actioncmd " --aux-dir=$auxdir" if test -n "$inctests"; then func_append actioncmd " --with-tests" |