<div class="gmail_quote">On Fri, Dec 9, 2011 at 1:41 PM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

To run tests, is only ecl/src/tests/ necessary?  If so, is that<br>
dependent on the --with-rt configure option?  Because I do see a<br>
Makefile.in there but no Makefile.  I've never personally used the<br>
tests but would like to give them a try.<br></blockquote></div><br>No, you have to build ECL in order to use the tests. This is so because the tests are not part of "make check" and have to be installed in a clean directory (the ANSI test suite cannot be run in a read-only directory and leaves a lot of temporary files behind). So the steps would be<div>

<br></div><div>mkdir build-directory</div><div>cd build-directory</div><div>/path/to/ecl/src/configure ...</div><div>make</div><div>make install</div><div>make check</div><div><br></div><div>Alternatively, instead of "make check" you may enter the build-directory/tests directory and run some of the other options: "make all", "make test-sbcl", etc, etc</div>

<div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>