summaryrefslogtreecommitdiff
path: root/test/nsoption.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update test data for improved nsoption colour rendering.Michael Drake2020-04-071-1/+1
|
* make options test use build directory for temporary files rather than /tmpVincent Sanders2019-09-211-1/+5
|
* make the temporary file names unique so other tests do not overwrite themVincent Sanders2019-09-211-1/+3
|
* Fix up tests with nslog changesDaniel Silverstone2017-09-091-0/+3
|
* replace tmpnam with something more suitable for the test filesVincent Sanders2017-03-091-3/+14
|
* 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