Moved test files to tests directory
This commit is contained in:
parent
37aafc2240
commit
63dd3ba9b4
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -96,6 +96,7 @@
|
|||
(display "Copyright (c) 2006 Abdulaziz Ghuloum\n\n")
|
||||
(command-line-arguments args)
|
||||
(for-each load files)
|
||||
(new-cafe)]))
|
||||
(new-cafe)
|
||||
(exit 0)]))
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/Users/aghuloum/.opt/bin/ikarus --script
|
||||
#!../bin/ikarus -b ikarus.boot --script
|
||||
|
||||
;;; 9.1: * starting with libnumerics
|
||||
;;; 9.0: * graph marks for both reader and writer
|
||||
|
@ -275,5 +275,5 @@
|
|||
(format "cat ~a > ikarus.boot"
|
||||
(join " " (map caddr scheme-library-files))))
|
||||
|
||||
(#%compiler-giveup-tally)
|
||||
;(#%compiler-giveup-tally)
|
||||
; vim:syntax=scheme
|
||||
|
|
Loading…
Reference in New Issue