aboutsummaryrefslogtreecommitdiff
path: root/lib/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Add test_config_read testJoseph Hunkeler2020-04-011-4/+9
| | | | * config_read removes whitespace correctly near inline comments
* Fix segfault caused by freeing records for no reason:Joseph Hunkeler2020-03-261-4/+5
| | | | * split() returns the input string when no delimiters are found
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+227
possible