diff options
-rw-r--r-- | test-suite/standalone/Makefile.am | 1 | ||||
-rwxr-xr-x | test-suite/standalone/test-import-order | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index e239ac365..00655bd12 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -31,6 +31,7 @@ BUILT_SOURCES = EXTRA_DIST = TESTS_ENVIRONMENT = \ + srcdir="$(srcdir)" \ builddir="$(builddir)" \ GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/uninstalled-env" diff --git a/test-suite/standalone/test-import-order b/test-suite/standalone/test-import-order index 333f2a4ba..8b51312a9 100755 --- a/test-suite/standalone/test-import-order +++ b/test-suite/standalone/test-import-order @@ -1,5 +1,5 @@ #!/bin/sh -exec guile -q -L "$builddir" -s "$0" "$@" +exec guile -q -L "$srcdir" -s "$0" "$@" !# (define-module (base) |