sirherrbatka / vellum

Data Frames for Common Lisp
BSD 2-Clause "Simplified" License
76 stars 10 forks source link

add :in-order-to test-op ASDF magic to make asdf:test-system "vellum" work #20

Open slyrus opened 2 years ago

slyrus commented 2 years ago

See title. adding an :in-order-to ((test-op ...)) to the ASDF system definition will make it more intuitively obvious how to test vellum.

sirherrbatka commented 2 years ago

Have an example of that?