mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
don't autocompile at installcheck
* examples/Makefile.am: Don't autocompile our tests at installcheck time.
This commit is contained in:
parent
25b82b3485
commit
b57501c3b7
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ installcheck: box/box box-module/box libbox.la libbox-module.la
|
|||
LTDL_LIBRARY_PATH="$(builddir):$$LTDL_LIBRARY_PATH" \
|
||||
GUILE_LOAD_PATH="$(abs_top_srcdir):$$GUILE_LOAD_PATH" \
|
||||
PATH="$(bindir):$$PATH" \
|
||||
GUILE_AUTO_COMPILE=0 \
|
||||
srcdir="$(srcdir)" \
|
||||
$(srcdir)/check.test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue