diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile.am | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 29879a56133..a211be98530 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -35,3 +35,4 @@ config.cache | |||
| 35 | /po/stamp-po | 35 | /po/stamp-po |
| 36 | /po/guix.pot | 36 | /po/guix.pot |
| 37 | /guix-build | 37 | /guix-build |
| 38 | /tests/*.trs | ||
diff --git a/Makefile.am b/Makefile.am index a096c9b95d4..8f8cb12c856 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -48,9 +48,12 @@ TESTS = \ | |||
| 48 | tests/build-utils.scm \ | 48 | tests/build-utils.scm \ |
| 49 | tests/packages.scm | 49 | tests/packages.scm |
| 50 | 50 | ||
| 51 | TESTS_ENVIRONMENT = \ | 51 | TESTS_ENVIRONMENT = \ |
| 52 | NIXPKGS="$(NIXPKGS)" \ | 52 | NIXPKGS="$(NIXPKGS)"; \ |
| 53 | GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH" \ | 53 | GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH"; \ |
| 54 | export NIXPKGS GUILE_LOAD_COMPILED_PATH; | ||
| 55 | |||
| 56 | LOG_COMPILER = \ | ||
| 54 | $(GUILE) --no-auto-compile -L "$(top_srcdir)" | 57 | $(GUILE) --no-auto-compile -L "$(top_srcdir)" |
| 55 | 58 | ||
| 56 | EXTRA_DIST = build-aux/config.rpath $(TESTS) | 59 | EXTRA_DIST = build-aux/config.rpath $(TESTS) |
