summaryrefslogtreecommitdiffstats
path: root/top.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'top.lisp')
-rw-r--r--top.lisp7
1 files changed, 6 insertions, 1 deletions
diff --git a/top.lisp b/top.lisp
index 4a69a6a..8a6ff40 100644
--- a/top.lisp
+++ b/top.lisp
@@ -8,6 +8,8 @@
(ql:quickload 'uiop :silent t)
(ql:quickload 'cl-ppcre :silent t)
(ql:quickload 'clunit :silent t)
+(ql:quickload 'cl-utilities :silent t)
+(ql:quickload 'trivia :silent t)
(load "src/common.lisp")
@@ -22,4 +24,7 @@
(load "src/03.lisp")
(load "test/03.lisp")
-(defun run-all () (run-suite 'aoc))
+(load "src/04.lisp")
+(load "test/04.lisp")
+
+(defun run-all () (clunit:run-suite 'aoc))