summaryrefslogtreecommitdiff
path: root/test/README
blob: dc0afd80a8d9fac7b4010823779fec1683b3c556 (plain)
1
2
3
4
Test harness code for C++ unit testing

Many of these tests are run during the build process. In that case on
unix, if a test fails follow the error messages to debug it under gdb.
51b35784dca1c805364ff3b'>remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann 2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann 2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara 2014-10-28coverity#982185 silence Unchecked return value from libraryCaolán McNamara 2014-10-04coverity#706158 Copy into fixed size bufferNorbert Thiebaud 2014-10-02coverity#1233618 Overlapping buffer in memory copyCaolán McNamara 2014-09-04coverity#1019334 Explicit null dereferencedCaolán McNamara 2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin 2014-06-24remove use of register keyword in C filesNoel Grandin 2014-06-17-Wstrict-prototypesStephan Bergmann