Moved test files to tests directory
This commit is contained in:
parent
37aafc2240
commit
63dd3ba9b4
src
ikarus.bootlibtoplevel.ssmakefile.ss
tests
tests-1.1-req.scmtests-1.2-req.scmtests-1.3-req.scmtests-1.4-req.scmtests-1.5-req.scmtests-1.6-req.scmtests-1.7-req.scmtests-1.8-req.scmtests-1.9-req.scmtests-2.1-req.scmtests-2.2-req.scmtests-2.3-req.scmtests-2.4-req.scmtests-2.6-req.scmtests-2.8-req.scmtests-2.9-req.scmtests-3.1-req.scmtests-3.2-req.scmtests-3.3-req.scmtests-3.4-req.scmtests-4.1-req.scmtests-4.2-req.scmtests-4.3-req.scmtests-5.1-req.scmtests-5.2-req.scmtests-5.3-req.scmtests-5.6-req.scm
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