X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/cc501d138bd8af2df02c4cdfeb724224599a476d..6e21a5d25bca57a78f052d6a24b97b88e83cc6fb:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 867b149..e13f157 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -154,11 +154,15 @@ sod-test.asd: sod-test.asd.in Makefile ## Running the Lisp tests. check-local: sod sod-test.asd - $(V_TEST)$(ASDF_ENV) $(CL_LAUNCH) -l $(LISPSYS) -s sod-test +I \ - -i '(handler-case (asdf:test-system "sod") ;\ + $(V_TEST)$(ASDF_ENV) $(CL_LAUNCH) -l $(LISPSYS) \ + -s sod-frontend +I \ + -i '(handler-case ;\ + (progn ;\ + (asdf:load-system "sod-test") ;\ + (asdf:test-system "sod")) ;\ (error (cond) ;\ (format *error-output* "ERR: ~A~%" cond) ;\ - (cl-launch:quit 1)))' + (optparse:exit 1)))' ###-------------------------------------------------------------------------- ### Manual pages.