Skip to content

Commit

Permalink
Revert 5ff592c
Browse files Browse the repository at this point in the history
  • Loading branch information
iamFIREcracker committed Jan 21, 2024
1 parent dbd5bb1 commit 5de385b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion aoc.asd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#:pileup
#:split-sequence
#:st-json
#:trivial-garbage

)
:components
Expand Down
5 changes: 1 addition & 4 deletions src/utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -897,10 +897,7 @@

(defvar *tests* nil "A list of tests; the default argument to RUN.")

(defun run ()
(doseq (tests (subdivide *tests* 25))
(1am:run *tests*)
(trivial-garbage:gc :full t :verbose t)))
(defun run () (1am:run *tests*))

(defmacro deftest (name &body body)
"Define a test function and add it to `*tests*`."
Expand Down

0 comments on commit 5de385b

Please sign in to comment.