diff options
Diffstat (limited to 'tests/main.lisp')
-rw-r--r-- | tests/main.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
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))) |