Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295093 | Differences between
and this patch

Collapse All | Expand All

(-)guile-1.8.7.orig/test-suite/standalone/Makefile.am (-1 / +3 lines)
Lines 28-34 Link Here
28
BUILT_SOURCES =
28
BUILT_SOURCES =
29
EXTRA_DIST =
29
EXTRA_DIST =
30
30
31
TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env"
31
TESTS_ENVIRONMENT =					\
32
builddir="$(builddir)"					\
33
GUILE_AUTO_COMPILE=0 "${top_builddir}/pre-inst-guile-env"
32
34
33
test_cflags =					\
35
test_cflags =					\
34
  -I$(top_srcdir)/test-suite/standalone		\
36
  -I$(top_srcdir)/test-suite/standalone		\
(-)guile-1.8.7.orig/test-suite/standalone/test-asmobs (-2 / +3 lines)
Lines 2-8 Link Here
2
exec guile -q -s "$0" "$@"
2
exec guile -q -s "$0" "$@"
3
!#
3
!#
4
4
5
(load-extension "libtest-asmobs" "libtest_asmobs_init")
5
(load-extension (string-append (getenv "builddir") "/libtest-asmobs")
6
                "libtest_asmobs_init")
6
7
7
(define (test x v)
8
(define (test x v)
8
  (if v
9
  (if v
Lines 114-117 Link Here
114
115
115
;; Local Variables:
116
;; Local Variables:
116
;; mode: scheme
117
;; mode: scheme
117
;; End:
118
;; End:

Return to bug 295093