Make empty unit test suite for model package

This commit is contained in:
2025-02-21 14:08:54 +00:00
parent 7c64d23b0a
commit 4bb9173a4a
3 changed files with 30 additions and 2 deletions

View File

@@ -22,4 +22,5 @@
(define-test all
:serial t
:depends-on ((cantedraw/tests/macros macro-test)
(cantedraw/tests/functions function-test)))
(cantedraw/tests/functions function-test)
(cantedraw/tests/model model-test)))