Mzscheme - fix for running examples during 'make check-examples' - they don't run very well though\!
This commit is contained in:
parent
62638bfd15
commit
2b2305cce9
5 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# see top-level Makefile.in
|
||||
multimap
|
||||
simple
|
||||
std_vector
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
;; run with mzscheme -r example.scm
|
||||
;; run with mzscheme -r runme.scm
|
||||
|
||||
(load-extension "example.so")
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
;; run with mzscheme -r example.scm
|
||||
;; run with mzscheme -r runme.scm
|
||||
|
||||
(load-extension "example.so")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue