From 4bb9173a4abb4ea17070ef7ec9d10656cc13f81a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 21 Feb 2025 14:08:54 +0000 Subject: Make empty unit test suite for model package --- tests/main.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/main.lisp') diff --git a/tests/main.lisp b/tests/main.lisp index e78d0d7..b68e02f 100644 --- a/tests/main.lisp +++ b/tests/main.lisp @@ -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))) -- cgit v1.2.3-13-gbd6f