From 8cb323ee62f6265c3204f13983d6a1a876829dc4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 17 Mar 2013 17:10:33 -0700 Subject: Tell automake to run all the tests when "make check" is run Signed-off-by: Alan Coopersmith --- tests/libX11/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3