15 lines
175 B
Common Lisp
15 lines
175 B
Common Lisp
(defpackage :aoc/2024/tests
|
|
(:use :cl :aoc/tests :parachute)
|
|
(:export
|
|
#:suite-2024))
|
|
|
|
(in-package :aoc/2024/tests)
|
|
|
|
(define-test suite-2024
|
|
:parent 'aoc-suite)
|
|
|
|
|
|
|
|
|
|
|
|
|