From 253807763840392a55f16c2c0aa9f161a4748d02 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 21 Feb 2025 13:57:45 +0000 Subject: Setup an empty unit test suite for lib.functions I've added a dependency so if lib.macros isn't working, we can skip all the tests in lib.functions. Therefore we can use lib.macros in the test code. --- 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 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))) -- cgit v1.2.3-13-gbd6f