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.
This commit is contained in:
Kristian Høgsberg 2012-03-02 18:03:16 -05:00
parent 214e343311
commit 62d2569954
6 changed files with 281 additions and 1 deletions

View file

@ -61,5 +61,6 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/wayland-server.pc
src/wayland-client.pc
protocol/Makefile])
protocol/Makefile
tests/Makefile])
AC_OUTPUT