Test output for s48-modules [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null -- testing basics ------------------------------------------------------------ import s48 module .................................................... [ PASS] non-exported symbols not accessible .................................. [ PASS] importing from chicken modules ....................................... [ PASS] error on undefined variable (ignore warning) ......................... Warning: reference to possibly unbound identifier `a1' [ PASS] error when not importing core scheme (ignore warning) ................ Warning: reference to possibly unbound identifier `h1' Warning: reference to possibly unbound identifier `define' Warning: reference to possibly unbound identifier `begin' [ PASS] prefixed import ...................................................... [ PASS] 6 tests completed in 0.003 seconds. 6 out of 6 (100%) tests passed. -- done testing basics ------------------------------------------------------- -- testing include-relative -------------------------------------------------- include file in current dir .......................................... [ PASS] include file in subdir ............................................... [ PASS] include file in subsubdir ............................................ [ PASS] indirectly include file in subsubdir ................................. [ PASS] include file in two different subdirs ................................ [ PASS] 5 tests completed in 0.006 seconds. 5 out of 5 (100%) tests passed. -- done testing include-relative ---------------------------------------------