From ee9e3a0810066fc758553cc9978870916bc29827 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 26 Feb 2010 03:12:27 +0100 Subject: Fix trio self-test. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3415a035..488346d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,8 +56,8 @@ libtrio_a_SOURCES= trio/triostr.c trio/trio.c trio/trionan.c \ trio/trionan.h trio/triostr.h check_PROGRAMS+= regression regression_SOURCES= trio/regression.c -LDADD += libtrio.a -lm -TESTS+= regression +LDADD+= libtrio.a -lm +TESTS+= t.regression endif fetchmail_SOURCES= fetchmail.h getopt.h \ @@ -175,7 +175,7 @@ EXTRA_DIST+= $(DISTDOCS) $(distdirs) \ m4/xsize.m4 \ m4-local/ac-archive-license.txt \ m4-local/ac_ma_search_package.m4 \ - $(TESTS) t.rc \ + $(TESTS) t.rc t.regression \ dist-tools/html2txt \ dist-tools/manServer.pl \ Doxyfile -- cgit v1.2.3