summaryrefslogtreecommitdiff
path: root/tests/test-runner.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-29tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff1-1/+5
2012-08-29tests: Allow disabling leak checking assertions by envRob Bradford1-2/+4
2012-07-23tests: Wrap calloc by just returning NULL if we're called too earlyKristian Høgsberg1-0/+13
2012-07-23test-runner: Wrap realloc() tooDaniel Stone1-1/+11
2012-04-20tests: detect fd leaksPekka Paalanen1-0/+4
2012-04-19tests: add support for tests expected to failPekka Paalanen1-0/+3
2012-04-19tests: stylish test-runner.cPekka Paalanen1-6/+16
2012-04-13tests: Make leak check work again by setting default visibility for malloc/freeKristian Høgsberg1-2/+4
2012-04-13tests: Fix warning in memory leak assertKristian Høgsberg1-1/+1
2012-03-24Add simple memory leak check to all tests.U. Artie Eoff1-0/+27
2012-03-05test-runner.c: Consolidate test running codeKristian Høgsberg1-16/+23
2012-03-02test-runner: Fix warningsKristian Høgsberg1-1/+2
2012-03-02tests: Print test status after running testKristian Høgsberg1-1/+1
2012-03-02tests: Add Unit tests for wl_map and wl_array data structuresKristian Høgsberg1-0/+92