diff options
| author | Jason Ekstrand <jason@jlekstrand.net> | 2013-01-11 14:29:32 -0600 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-01-11 15:52:39 -0500 |
| commit | 31511d0ea08e9419bf6a3169ea196a551b4a94be (patch) | |
| tree | bd928e6744b225d3f39a9e27487b73f73c199e9a /tests/Makefile.am | |
| parent | test/event-loop: Check readable state on a pipe (diff) | |
| download | wayland-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.am | 2 |
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) |
