summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-32/+32
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-1/+1
2009-03-30Fix memory leaks.David Robillard2-7/+9
2009-03-21Test cases for query API.David Robillard1-1/+12
2009-02-14Remove dead code.David Robillard1-47/+16
2009-02-12Fix memory leaks.David Robillard1-0/+1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-7/+36
2008-12-20Fix TEST_ASSERT macro trailing semicolon stuff.David Robillard1-10/+10
2008-12-13Test querying for float values.David Robillard1-3/+14
2008-12-13Test (and fix) slv2_plugin_get_value_for_subject: 94.3% coverageDavid Robillard1-1/+10
2008-12-13Complete test coverage for UI stuff: 93.5% coverageDavid Robillard1-6/+109
2008-12-13Test author information stuff: 86.2% coverageDavid Robillard1-2/+22
2008-12-13Test port lookup by symbol using new value constructors: 83.4% coverage.David Robillard1-3/+4
2008-12-13Test successful and failed verification.David Robillard1-1/+24
2008-12-13More complete port.c testing: 80.8% coverage.David Robillard1-3/+46
2008-12-13Factor out "load plugin if necessary" concept.David Robillard1-0/+45
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...David Robillard3-42/+85
2008-12-13Complete test coverage for plugin class stuff: 71.4% coverageDavid Robillard1-0/+46
2008-12-13More test cases (plugin stuff): 69.3% coverageDavid Robillard1-9/+125
2008-12-13More test cases (port and scale values): 58.5% coverageDavid Robillard1-0/+74
2008-12-13Remove that whole "I love amgiguous scope and uninitialized variables" ancien...David Robillard1-17/+9
2008-12-13Better failed test reporting.David Robillard1-72/+73
2008-12-13Unit test code coverage report generation (via gcov/lcov).David Robillard2-7/+26
2008-12-10Add preliminary test suite from kfoltman.David Robillard2-0/+500