mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
build: Don't auto-compile tests.
* Makefile.am (TESTS_ENVIRONMENT): Add `--no-auto-compile'.
This commit is contained in:
parent
08005c6579
commit
5f904ffbb1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ TESTS = \
|
|||
TESTS_ENVIRONMENT = \
|
||||
NIXPKGS="$(NIXPKGS)" \
|
||||
GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH" \
|
||||
$(GUILE) -L "$(top_srcdir)"
|
||||
$(GUILE) --no-auto-compile -L "$(top_srcdir)"
|
||||
|
||||
EXTRA_DIST = build-aux/config.rpath $(TESTS)
|
||||
CLEANFILES = $(GOBJECTS) *.log
|
||||
|
|
Loading…
Reference in a new issue