Mzscheme - fix for running examples during 'make check-examples' - they don't run very well though\!

This commit is contained in:
William S Fulton 2013-04-20 01:23:54 +01:00
commit 2b2305cce9
5 changed files with 6 additions and 5 deletions

View file

@ -747,7 +747,7 @@ mzscheme_cpp: $(SRCS)
# -----------------------------------------------------------------
mzscheme_run:
$(RUNTOOL) $(MZSCHEME) -r $(MZSCHEME_SCRIPT) $(RUNPIPE)
env LD_LIBRARY_PATH=. $(RUNTOOL) $(MZSCHEME) -r $(MZSCHEME_SCRIPT) $(RUNPIPE)
# -----------------------------------------------------------------
# Version display

View file

@ -1,3 +1,4 @@
# see top-level Makefile.in
multimap
simple
std_vector

View file

@ -1,4 +1,4 @@
;; run with mzscheme -r example.scm
;; run with mzscheme -r runme.scm
(load-extension "example.so")
@ -24,4 +24,4 @@
(newline)
(display (capitalize "hello world"))
(newline)
(newline)

View file

@ -1,4 +1,4 @@
;; run with mzscheme -r example.scm
;; run with mzscheme -r runme.scm
(load-extension "example.so")

View file

@ -1,4 +1,4 @@
;; run with mzscheme -r example.scm
;; run with mzscheme -r runme.scm
(load-extension "example.so")