summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-07 10:09:04 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:33 -0800
commite9a211194e8a241f8ab50b92f2f226d33b91de76 (patch)
tree0bfccfb1e6d26aeb1cfa8a709d445534dc3219a1 /configure.ac
parentd5526d4ad8d6597aea992041dba7e073205aefed (diff)
downloadsed-e9a211194e8a241f8ab50b92f2f226d33b91de76.tar.gz
tests: hook up gnulib-tests
* Makefile.am (SUBDIRS): Add gnulib-tests. * gnulib-tests/Makefile.am: New file. * configure.ac (AC_CONFIG_FILES): Add gnulib-tests/Makefile. * .gitignore: Ignore all but Makefile.am.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3918194..1801b73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,13 @@ esac
AC_SUBST([XFAIL_TESTS])
AC_CONFIG_FILES([testsuite/version.good:testsuite/version.gin])
-AC_CONFIG_FILES([Makefile doc/Makefile \
-lib/Makefile sed/Makefile testsuite/Makefile \
-po/Makefile.in])
+AC_CONFIG_FILES([
+ Makefile
+ doc/Makefile
+ lib/Makefile
+ sed/Makefile
+ testsuite/Makefile
+ gnulib-tests/Makefile
+ po/Makefile.in
+])
AC_OUTPUT