diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-02 23:42:46 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-02 23:59:50 -0500 |
| commit | 22834deca72cf8fd87ff689734f1ed4eeb2a3ed6 (patch) | |
| tree | 812796f6e58bce7f7b71b28eb4b3fbb978228eac /tests/Makefile.am | |
| parent | test-runner: Fix warnings (diff) | |
| download | wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.tar wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.tar.gz wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.tar.bz2 wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.tar.lz wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.tar.xz wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.tar.zst wayland-22834deca72cf8fd87ff689734f1ed4eeb2a3ed6.zip | |
tests: Add connection tests
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2597358..c6e1007 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,12 @@ TESTS = $(check_PROGRAMS) -check_PROGRAMS = array-test map-test + +check_PROGRAMS = array-test map-test connection-test map_test_SOURCES = map-test.c test-runner.c array_test_SOURCES = array-test.c test-runner.c +connection_test_SOURCES = connection-test.c test-runner.c + +AM_CFLAGS = $(GCC_CFLAGS) +LDADD = $(FFI_LIBS) $(top_builddir)/src/libwayland-util.la -lrt -LDADD = $(top_builddir)/src/libwayland-util.la |
