diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-13 09:54:12 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-13 09:54:12 -0600 |
commit | 2e284b71500a1f8dc6cc46ecf21eb1e9389ea780 (patch) | |
tree | e9227f4ad4e9987dcc64055803ab3e70a5e801ce /cl/lizfcm.asd | |
parent | 2cb14ebf79dd43aa96d54e65a0841d195d07bdf9 (diff) | |
download | cmath-2e284b71500a1f8dc6cc46ecf21eb1e9389ea780.tar.gz cmath-2e284b71500a1f8dc6cc46ecf21eb1e9389ea780.zip |
new table macro, notes for 9/11
Diffstat (limited to 'cl/lizfcm.asd')
-rw-r--r-- | cl/lizfcm.asd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cl/lizfcm.asd b/cl/lizfcm.asd index 9e91eb0..ad69fa1 100644 --- a/cl/lizfcm.asd +++ b/cl/lizfcm.asd @@ -7,6 +7,7 @@ ((:module "utils" :components ((:file "within-range" :depends-on ("package")) + (:file "table" :depends-on ("package")) (:file "package"))) (:module "approx" :components @@ -21,7 +22,8 @@ :lizfcm) :components ((:module "tests" :components - ((:file "approx" :depends-on ("suite")) + ((:file "table" :depends-on ("suite")) + (:file "approx" :depends-on ("suite")) (:file "suite")))) :perform (asdf:test-op (o c) (uiop:symbol-call :fiveam :run! |