cmbi / kmad

Knowledge based multiple sequence alignment for intrinsically disordered proteins
http://www.cmbi.ru.nl/kmad
GNU General Public License v3.0
8 stars 4 forks source link

Write unit tests #1

Closed jonblack closed 9 years ago

jonblack commented 10 years ago

Eventually this will be used in HOPE, which means we need proof that kman works as expected. The best way to prove that it works is by adding unit tests (I recommend using Boost.Test - see https://github.com/cmbi/xssp for an example) and perhaps even integration tests.