mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-20 05:34:35 -04:00
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:
parent
214e343311
commit
62d2569954
6 changed files with 281 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue