aboutsummaryrefslogtreecommitdiff
path: root/tests/functions.lisp
AgeCommit message (Collapse)Author
2025-02-21Add unit tests for lib.functions.parse-integer*Aryadev Chavali
2025-02-21Setup an empty unit test suite for lib.functionsAryadev Chavali
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.