dankamongmen / growlight

notcurses block device manager / system installation tool
https://nick-black.com/dankwiki/index.php/Growlight
GNU General Public License v3.0
85 stars 12 forks source link

Introduce some unit testing #19

Closed dankamongmen closed 5 years ago

dankamongmen commented 5 years ago

We need some unit testing; it's scandalous that we've gone without it for so long. It would be nice to cover the read_diskstats() functionality being introduced in #18 , actually. But either way, get cunit set up in there.

dankamongmen commented 5 years ago

nah, the first thing we need unit tests on is genprefix() for sure.

dankamongmen commented 5 years ago

Now available via make check!