aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2013-01-11 14:29:32 -0600
committerKristian Høgsberg <krh@bitplanet.net>2013-01-11 15:52:39 -0500
commit31511d0ea08e9419bf6a3169ea196a551b4a94be (patch)
treebd928e6744b225d3f39a9e27487b73f73c199e9a /tests/Makefile.am
parenttest/event-loop: Check readable state on a pipe (diff)
downloadwayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.tar
wayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.tar.gz
wayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.tar.bz2
wayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.tar.lz
wayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.tar.xz
wayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.tar.zst
wayland-31511d0ea08e9419bf6a3169ea196a551b4a94be.zip
Added a destroy signal to the wl_display object.
Added a destroy signal to the wl_display object.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cf821c0..54157bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,7 @@
TESTS = \
array-test \
client-test \
+ display-test \
connection-test \
event-loop-test \
fixed-test \
@@ -22,6 +23,7 @@ test_runner_src = test-runner.c test-runner.h test-helpers.c
array_test_SOURCES = array-test.c $(test_runner_src)
client_test_SOURCES = client-test.c $(test_runner_src)
+display_test_SOURCES = display-test.c $(test_runner_src)
connection_test_SOURCES = connection-test.c $(test_runner_src)
event_loop_test_SOURCES = event-loop-test.c $(test_runner_src)
fixed_test_SOURCES = fixed-test.c $(test_runner_src)