Fix Racket tests using schemerunme directory
For out of source builds
This commit is contained in:
parent
0b1d3e3e86
commit
4c58bb558f
3 changed files with 3 additions and 3 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
,form
|
,form
|
||||||
#f))
|
#f))
|
||||||
|
|
||||||
(load "../schemerunme/integers.scm")
|
(load (build-path (path-only (path->complete-path (find-system-path 'run-file))) "../schemerunme/integers.scm"))
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@
|
||||||
(define-macro (gc)
|
(define-macro (gc)
|
||||||
`(collect-garbage 'major))
|
`(collect-garbage 'major))
|
||||||
|
|
||||||
(load "../schemerunme/newobject1.scm")
|
(load (build-path (path-only (path->complete-path (find-system-path 'run-file))) "../schemerunme/newobject1.scm"))
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
(load-extension "null_pointer.so")
|
(load-extension "null_pointer.so")
|
||||||
|
|
||||||
(load "../schemerunme/null_pointer.scm")
|
(load (build-path (path-only (path->complete-path (find-system-path 'run-file))) "../schemerunme/null_pointer.scm"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue