summaryrefslogtreecommitdiffstats
path: root/test/slv2_test.c
AgeCommit message (Expand)AuthorFilesLines
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 Robillard1-41/+83
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-10Add preliminary test suite from kfoltman.David Robillard1-0/+486