diff options
author | Jim Meyering <meyering@redhat.com> | 2010-01-05 18:30:56 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-05 18:54:38 +0100 |
commit | 51ad8c98cbbc972d95046771f69421ff3ca5af40 (patch) | |
tree | f2d1e788b3f8f19d7b1594743e63505be5073804 /gnulib-tests | |
parent | ea94f26d8d8f00603ab94d275161609fd0ad65ee (diff) | |
download | grep-51ad8c98cbbc972d95046771f69421ff3ca5af40.tar.gz |
build: run gnulib's tests, too
* Makefile.am (SUBDIRS): Add gnulib-tests.
* gnulib-tests/Makefile.am: New file.
* bootstrap.conf (bootstrap_epilogue): New function, from coreutils.
(gnulib_tool_option_extras): Define.
* configure.ac: Add gnulib-tests/Makefile.
Diffstat (limited to 'gnulib-tests')
-rw-r--r-- | gnulib-tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am new file mode 100644 index 00000000..6635f706 --- /dev/null +++ b/gnulib-tests/Makefile.am @@ -0,0 +1 @@ +include gnulib.mk |