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 0e8e462..e78d0d7 100644 --- a/tests/main.lisp +++ b/tests/main.lisp @@ -21,4 +21,5 @@ (define-test all :serial t - :depends-on ((cantedraw/tests/macros macro-test))) + :depends-on ((cantedraw/tests/macros macro-test) + (cantedraw/tests/functions function-test))) |