summaryrefslogtreecommitdiff
path: root/test/nsoption.c
Commit message (Collapse)AuthorAgeFilesLines
* add some basic url database iteration testsVincent Sanders2016-08-081-0/+1
|
* add url databse write output to unit testVincent Sanders2016-08-081-1/+1
|
* Fix warnings in unit testsVincent Sanders2016-08-081-16/+20
|
* remove erroneous parameter check to nsoption_snoptionfVincent Sanders2016-08-061-2/+0
| | | | | | The API check and bounds check for option indexes was from an unsigned enum so checking for negative numbers was causing "comparison is always false" errors in compilation.
* fix formatted option no init testVincent Sanders2016-08-061-1/+1
|
* improve option test coverage futherVincent Sanders2016-08-061-2/+62
|
* improve user option testing to cover all the APIVincent Sanders2016-08-061-16/+172
|
* Improve user option testing and API parameter checkingVincent Sanders2016-08-051-44/+430
|
* Add coverage to the unit test makefile targetsVincent Sanders2015-07-081-2/+4
| | | | | | The tests now only require that the test name is added to the TESTS variable and a testname_SRCS is set with a list of required sources to compile.
* add tests for new options APIVincent Sanders2013-05-281-0/+86