diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-03-17 17:10:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-03-30 20:31:13 -0700 |
commit | 8cb323ee62f6265c3204f13983d6a1a876829dc4 (patch) | |
tree | 35610cff68e9cc7d173bf76567387af9d6c53863 /tests | |
parent | a100f5f5cd66c1baf91276834d0c1de9803856f3 (diff) |
Tell automake to run all the tests when "make check" is run
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libX11/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libX11/Makefile.am b/tests/libX11/Makefile.am index a0629d1..7e3cda0 100644 --- a/tests/libX11/Makefile.am +++ b/tests/libX11/Makefile.am @@ -28,4 +28,5 @@ AM_CFLAGS = $(CWARNFLAGS) $(LIBX11_CFLAGS) LDADD = -L$(top_builddir)/src -lXhiv $(LIBX11_LIBS) # ../../src/xstrans.o ../../src/server.o ../../src/xlib_client.o +TESTS = $(noinst_PROGRAMS) |