aoc-cl/tests/2024/main.lisp
2024-12-22 07:08:37 +01:00

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)