From c9d2114f6064501a7d876b9b73dbbe06b947981b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 8 Sep 2003 17:30:28 +0000 Subject: [PATCH] Disable building tests unconditionally. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index fe3d5945..daa2972e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,7 +25,7 @@ TESTS = authenticator crypto gztime priv safe ticketset INCLUDES = -I$(top_srcdir)/lib -I../lib LDADD = @LTLIBINTL@ ../lib/libshishi.la -noinst_PROGRAMS = $(TESTS) +check_PROGRAMS = $(TESTS) indent: indent $(SOURCES) -- 2.11.4.GIT