summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* TEST: Ensure we use __func__ for function name checkingDaniel Silverstone2020-02-211-7/+7
| | | | | | | | In order to cope when Check 0.13 changes the test function name in the `START_TEST()` macro, we need to use __func__ rather than open-coding the expected function names. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Clean up some leaks in the test suiteDaniel Silverstone2017-09-101-0/+14
|
* Add cleanup to nslogDaniel Silverstone2017-09-101-3/+3
|
* Filter testsDaniel Silverstone2017-06-111-0/+266
|
* Add some tests to increase core.c cover to 100%Daniel Silverstone2017-06-111-0/+52
|
* Fix up some parser snafu for release modeDaniel Silverstone2017-06-111-1/+3
|
* Subcategory testsDaniel Silverstone2017-06-111-0/+63
|
* Remove redundant parse testDaniel Silverstone2017-06-112-26/+1
|
* Simple parser for filter syntaxDaniel Silverstone2017-06-113-8/+62
|
* Remove assert stuff, we don't need it, add more testDaniel Silverstone2017-06-112-36/+36
|
* Switch to a check based test suite, start fixing bugsDaniel Silverstone2017-06-116-92/+290
|
* Another step toward filters workingDaniel Silverstone2017-06-114-7/+57
|
* Rework to only allocate one thing in the corked state and nothing in the ↵Daniel Silverstone2017-06-101-7/+15
| | | | uncorked state
* Initial versionDaniel Silverstone2017-06-103-0/+48