tests: add unit tests for wl_signal

Test wl_signal initialization, adding and getting listeners and emitting
This commit is contained in:
Marek Ch 2013-09-18 17:29:49 +02:00 committed by Kristian Høgsberg
parent ec08c5c3e9
commit 6f1569bd38
2 changed files with 117 additions and 1 deletions

View file

@ -10,7 +10,8 @@ TESTS = \
os-wrappers-test \
sanity-test \
socket-test \
queue-test
queue-test \
signal-test
check_PROGRAMS = \
$(TESTS) \
@ -32,6 +33,7 @@ map_test_SOURCES = map-test.c $(test_runner_src)
sanity_test_SOURCES = sanity-test.c $(test_runner_src)
socket_test_SOURCES = socket-test.c $(test_runner_src)
queue_test_SOURCES = queue-test.c $(test_runner_src)
signal_test_SOURCES = signal-test.c $(test_runner_src)
fixed_benchmark_SOURCES = fixed-benchmark.c