Index: tests.scm ================================================================== --- tests.scm +++ tests.scm @@ -402,10 +402,12 @@ oup (s:html (s:title "Summary: " test-name) (s:body (s:h2 "Summary for " test-name) + (s:table + (s:tr (s:td ))) (close-output-port oup))) ;; MUST BE CALLED local! Index: utils/Makefile.installall ================================================================== --- utils/Makefile.installall +++ utils/Makefile.installall @@ -169,10 +169,12 @@ CSC_OPTIONS="-I$(PREFIX)/include -L$(PREFIX)/lib" $(CHICKEN_INSTALL) $(PROX) nanomsg #====================================================================== # M A T T S U T I L S #====================================================================== + +# opensrc opensrc.fossil : fossil clone http://www.kiatoa.com/fossils/opensrc opensrc.fossil opensrc/histstore/histstore.scm : opensrc.fossil @@ -183,10 +185,21 @@ cd opensrc/histstore;$(PREFIX)/bin/csc histstore.scm -o hs $(PREFIX)/bin/hs : opensrc/histstore/hs cp -f opensrc/histstore/hs $(PREFIX)/bin/hs +# stml +stml.fossil : + fossil clone http://www.kiatoa.com/fossils/stml stml.fossil + +stml/stml.scm : stml.fossil + mkdir -p stml + cd stml;fossil open ../stml.fossil + +$(PREFIX)/lib/stml.so + cd stml;chicken-install + #====================================================================== # I U P #====================================================================== ffcall.fossil :