Zdenek Kabelac
5553a099d1
cleanup: use DM_ARRAY_SIZE
...
More use of libdevmapper macro
2014-04-08 11:00:15 +02:00
Zdenek Kabelac
6f3cd63551
cleanup: replace memset with struct initilization
...
Simplifies the code, properly detects too long socket paths,
drops unused parameter.
2012-06-22 13:23:03 +02:00
Joe Thornber
52e1564fdd
[MM] Make valgrind aware of the pool allocators
...
./configure with --enable-valgrind-pool to enable this.
2010-08-09 10:56:01 +00:00
Joe Thornber
95aa395ddd
[REGEX] add a unit test for regexes containing chars with value over x80
2010-08-09 10:27:31 +00:00
Joe Thornber
45035ffa1a
[REGEX] matcher_t unit test now takes a flag to turn on fingerprinting
2010-08-09 10:23:54 +00:00
Alasdair Kergon
64f95b40ca
add copyright notices to new files
2010-07-28 12:20:38 +00:00
Joe Thornber
aab1bfd693
[REGEX] factor _calc_state() out of _calc_states()
2010-07-21 12:00:53 +00:00
Joe Thornber
2ef5d30611
[REGEX] another matcher_t test with a larger set of regexes, only interested in the fingerprint
2010-07-21 11:52:46 +00:00
Joe Thornber
fee2e890af
[REGEX] add a fingerprinting facility to allow test code to compare dfas
2010-07-20 15:32:07 +00:00
Joe Thornber
96412de6a9
[UNIT-TEST] test for recent dm_bit_and() function
2010-07-20 15:28:22 +00:00
Joe Thornber
4adf163d13
[UNIT-TESTS] add test for the recent dm_bitset_equal() function
2010-07-20 15:26:43 +00:00
Joe Thornber
66392e6660
Add a unit test for the recent changes to dm_bit_get_next()
2010-07-20 15:25:39 +00:00
Joe Thornber
15106c5064
Wire the regex tests up to the reports
2010-07-20 15:21:32 +00:00
Joe Thornber
80b99da822
Move tests from old-tests/regex to unit-tests/regex. unit-tests will
...
contain tests that currently work.
2010-07-20 15:18:57 +00:00