blachlylab / dhtslib

D bindings and OOP wrappers for htslib
MIT License
7 stars 1 forks source link

htslib unittests #97

Open charlesgregory opened 3 years ago

charlesgregory commented 3 years ago

If you look at my test file for hts_endian.d, I just ported over the test cases from htslib. It would likely be to our benefit to port over other htslib tests to ensure that the bindings are functioning as intended.

charlesgregory commented 3 years ago

After revisiting this, should probably only port tests for ported inline functions from htslib (see source/htslib/test/hts_endian.d, and source/htslib/test/kstring.d). No reason to test all bindings.