summaryrefslogtreecommitdiffstats
path: root/tests/test-runner.c
Commit message (Expand)AuthorAgeFilesLines
* tests: extended message when leak in test is detectedMarek Ch2013-09-211-3/+14
* tests: Add a help message for the test runnerKristian Høgsberg2013-02-111-1/+22
* tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2012-08-291-1/+5
* tests: Allow disabling leak checking assertions by envRob Bradford2012-08-291-2/+4
* tests: Wrap calloc by just returning NULL if we're called too earlyKristian Høgsberg2012-07-231-0/+13
* test-runner: Wrap realloc() tooDaniel Stone2012-07-231-1/+11
* tests: detect fd leaksPekka Paalanen2012-04-201-0/+4
* tests: add support for tests expected to failPekka Paalanen2012-04-191-0/+3
* tests: stylish test-runner.cPekka Paalanen2012-04-191-6/+16
* tests: Make leak check work again by setting default visibility for malloc/freeKristian Høgsberg2012-04-131-2/+4
* tests: Fix warning in memory leak assertKristian Høgsberg2012-04-131-1/+1
* Add simple memory leak check to all tests.U. Artie Eoff2012-03-241-0/+27
* test-runner.c: Consolidate test running codeKristian Høgsberg2012-03-051-16/+23
* test-runner: Fix warningsKristian Høgsberg2012-03-021-1/+2
* tests: Print test status after running testKristian Høgsberg2012-03-021-1/+1
* tests: Add Unit tests for wl_map and wl_array data structuresKristian Høgsberg2012-03-021-0/+92