<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 16, 2022 at 6:46 AM Russell Sim <<a href="mailto:rsl@simopolis.xyz">rsl@simopolis.xyz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com" target="_blank">mirko.vukovic@gmail.com</a>> writes:<br>
<br>
> somewhat off-topic to the original question:<br>
><br>
> Can :static-file be used for files part of unit tests? Such as unit tests<br>
> for log-parsers.<br>
<br>
My understanding is that :static-file components are used to specify any<br>
non-lisp file dependencies of the system. The lisp parts of the unit<br>
tests should use :file declarations.<br>
<br>
I have used them for things like, css, graphics, test fixtures,<br>
templates etc, pretty much any file that I know the system depends on,<br>
that aren't common lisp files.<br>
<br></blockquote><div>Thank you for that pointer. </div></div></div>