X-Git-Url: http://git.jkinsey.net/?p=adventofcode2020.git;a=blobdiff_plain;f=adventofcode2020.asd;fp=adventofcode2020.asd;h=031f2e812ff385d3ed22af5dc250412ba09356e8;hp=96f4fbdcfc1c03f03b67adc1b7c246bd9dba42d2;hb=37dc4d4e793d79845b35147d59401b7f3cbc5898;hpb=e69214f6f0191786d2e782af3f79831b44bb5178 diff --git a/adventofcode2020.asd b/adventofcode2020.asd index 96f4fbd..031f2e8 100644 --- a/adventofcode2020.asd +++ b/adventofcode2020.asd @@ -7,9 +7,11 @@ :serial t :depends-on (:alexandria :arrow-macros + :fn :fiveam) :pathname "src/" :components ((:file "package") + (:file "utilities") (:file "adventofcode2020")) :in-order-to ((test-op (test-op :adventofcode2020/test))))