Moved test files to tests directory

This commit is contained in:
Abdulaziz Ghuloum 2006-12-17 02:11:57 +03:00
parent 37aafc2240
commit 63dd3ba9b4
30 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -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)]))

View File

@ -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