Skip to content

Commit

Permalink
Windows need special care in script tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Dec 4, 2023
1 parent 36e5d66 commit 46424db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts.scm
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@
(with-output-to-file "test.o/t.scm"
(^[]
(write '(add-load-path "."))
(write '(use gauche.threads)) ; some tests need this
(write '(load libname))
(write '(write expr))
(write '(exit 0))))
Expand Down

0 comments on commit 46424db

Please sign in to comment.