Closed maasha closed 9 years ago
Sounds good to me.
2015-09-14 11:38 GMT+02:00 Martin Asser Hansen notifications@github.com:
I suggest moving the tests directory up one level ala:
That allows a simple mirrored set of src and test files:
src/ src/io.cc ... src/pu/ src/pu/tfna.cc ... tests/ tests/test_io.cc ... tests/pu/ tests/pu/test_tfna.cc ...
— Reply to this email directly or view it on GitHub https://github.com/BIO-DIKU/SeqScan/issues/8.
I suggest moving the tests directory up one level ala:
http://stackoverflow.com/questions/2360734/whats-a-good-directory-structure-for-larger-c-projects-using-makefile
That allows a simple mirrored set of src and test files: