diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 22:50:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-07 22:51:40 +0200 |
commit | e1e7b29aae2f2acda47c3d0c083096b0ee37574f (patch) | |
tree | 55583546b926b50e6f4150b10372ab1a4517ff89 /.gitignore | |
parent | 162dcc8b4ce68e858e52ce9e74119e11fcf0b8c3 (diff) | |
download | patches-e1e7b29aae2f2acda47c3d0c083096b0ee37574f.tar patches-e1e7b29aae2f2acda47c3d0c083096b0ee37574f.tar.gz |
build: Adjust tests to Automake 1.12.
* Makefile.am (TESTS_ENVIRONMENT): Remove `guile' invocation. Add
semicolons, and export the variables as shown in the Automake 1.12
manual.
(LOG_COMPILER): New variable, with `guile' invocation.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 29879a5613..a211be9853 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ config.cache /po/stamp-po /po/guix.pot /guix-build +/tests/*.trs |