BIO-DIKU / SeqScan

Pattern matching in biological sequences
GNU General Public License v2.0
4 stars 0 forks source link

Directory structure #8

Closed maasha closed 9 years ago

maasha commented 9 years ago

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:

src/
src/io.cc
...
src/pu/
src/pu/tfna.cc
...
tests/
tests/test_io.cc
...
tests/pu/
tests/pu/test_tfna.cc
...
RasmusFonseca commented 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:

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:

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.