wayland/tests/Makefile.am
Kristian Høgsberg 62d2569954 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.
2012-03-02 18:05:33 -05:00

9 lines
205 B
Makefile

TESTS = $(check_PROGRAMS)
check_PROGRAMS = array-test map-test
map_test_SOURCES = map-test.c test-runner.c
array_test_SOURCES = array-test.c test-runner.c
LDADD = $(top_builddir)/src/libwayland-util.la