summaryrefslogtreecommitdiffstats
path: root/unit-tests
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-3/+1
| | | | | Simplifies the code, properly detects too long socket paths, drops unused parameter.
* [MM] Make valgrind aware of the pool allocatorsJoe Thornber2010-08-094-0/+246
| | | | ./configure with --enable-valgrind-pool to enable this.
* [REGEX] add a unit test for regexes containing chars with value over x80Joe Thornber2010-08-094-2/+13
|
* [REGEX] matcher_t unit test now takes a flag to turn on fingerprintingJoe Thornber2010-08-091-4/+14
|
* add copyright notices to new filesAlasdair Kergon2010-07-281-0/+14
|
* [REGEX] factor _calc_state() out of _calc_states()Joe Thornber2010-07-212-2/+0
|
* [REGEX] another matcher_t test with a larger set of regexes, only interested ↵Joe Thornber2010-07-213-1/+104
| | | | in the fingerprint
* [REGEX] add a fingerprinting facility to allow test code to compare dfasJoe Thornber2010-07-202-0/+2
|
* [UNIT-TEST] test for recent dm_bit_and() functionJoe Thornber2010-07-201-1/+35
|
* [UNIT-TESTS] add test for the recent dm_bitset_equal() functionJoe Thornber2010-07-201-7/+52
|
* Add a unit test for the recent changes to dm_bit_get_next()Joe Thornber2010-07-203-0/+73
|
* Wire the regex tests up to the reportsJoe Thornber2010-07-202-0/+17
|
* Move tests from old-tests/regex to unit-tests/regex. unit-tests willJoe Thornber2010-07-205-0/+1182
contain tests that currently work.