diff options
-rw-r--r-- | test-suite/standalone/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index 37b9cb5e6..a9905324e 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -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 \ |