Skip to content

Fix #11: Make asdf:test-system work

Raymond Toy requested to merge issue-11-fix-asdf-ci into master

Several changes here.

First, update oct.asd so that (asdf:test-system :oct) works:

  • Move defsystem for rt to its own file
  • Add in-order-to for oct system to run the tests in oct/tests
  • Update perform to use the correct system (oct/tests)

Second, the rename of the incomplete gamma functions was not complete; qd-bessel.lisp was missed

Third, update run-tests and run-test.lisp appropriately for these changes.

Merge request reports