mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
Turn off auto-compilation to stand-alone tests.
* test-suite/standalone/Makefile.am (TESTS_ENVIRONMENT): Add "GUILE_AUTO_COMPILE=0".
This commit is contained in:
parent
54dd0ca509
commit
e4ca305f24
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ check_SCRIPTS =
|
|||
BUILT_SOURCES =
|
||||
EXTRA_DIST =
|
||||
|
||||
TESTS_ENVIRONMENT = "${top_builddir}/meta/uninstalled-env"
|
||||
TESTS_ENVIRONMENT = \
|
||||
GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/uninstalled-env"
|
||||
|
||||
test_cflags = \
|
||||
-I$(top_srcdir)/test-suite/standalone \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue