aoc-cl/tests/2024/main.lisp

16 lines
175 B
Common Lisp
Raw Permalink Normal View History

2024-12-01 12:04:03 +01:00
(defpackage :aoc/2024/tests
(:use :cl :aoc/tests :parachute)
(:export
#:suite-2024))
(in-package :aoc/2024/tests)
(define-test suite-2024
:parent 'aoc-suite)
2024-12-19 13:08:17 +01:00
2024-12-22 07:08:37 +01:00
2024-12-19 13:08:17 +01:00