In my project I build a library and a series of tests; so the result is something like:<div><br></div><div>build/libblah.so</div><div>build/tests/test_series</div><div>build/tests/test_archives</div><div>etc.</div><div><br>
</div><div>One of the tests I want to run (test_archives) reads from a zip file; however, for my test to run successfully it needs a zip file place into the tests folder.</div><div><br></div><div>Current the test zip file lives in src/tests/test.zip</div>
<div><br></div><div>What's the right way to do this?</div><div><br></div><div>I see some libraries use configure_file to generate headers in the build directory, but that doesn't seem useful in this case...</div><div>
<br></div><div>Cheers,</div><div>Doug.</div>