tests: Add Unit tests for wl_map and wl_array data structures
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 2 Mar 2012 23:03:16 +0000 (18:03 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 2 Mar 2012 23:05:33 +0000 (18:05 -0500)
commit62d25699540a71aa42f6414cd51cedfb8d3a3392
treee80d80afbb73656c4f598366f5424eb556167eee
parent214e343311bea0db46810f7ba220405e44397db4
tests: Add Unit tests for wl_map and wl_array data structures

We use a simple test-runner helper that runs each test in a separate
process and reports the pass/fail rate at the end.
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/array-test.c [new file with mode: 0644]
tests/map-test.c [new file with mode: 0644]
tests/test-runner.c [new file with mode: 0644]
tests/test-runner.h [new file with mode: 0644]