diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 03:12:27 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 03:12:27 +0100 |
commit | ee9e3a0810066fc758553cc9978870916bc29827 (patch) | |
tree | 2a032a0c20ae80f343e020ccbb6206a16a52b5e4 | |
parent | 90ec0bf58bf8cd9e59fd4cab2c1dbfde9b4119e1 (diff) | |
download | fetchmail-ee9e3a0810066fc758553cc9978870916bc29827.tar.gz fetchmail-ee9e3a0810066fc758553cc9978870916bc29827.tar.bz2 fetchmail-ee9e3a0810066fc758553cc9978870916bc29827.zip |
Fix trio self-test.
-rw-r--r-- | Makefile.am | 6 | ||||
-rwxr-xr-x | t.regression | 2 |
2 files changed, 5 insertions, 3 deletions
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 diff --git a/t.regression b/t.regression new file mode 100755 index 00000000..939d42a8 --- /dev/null +++ b/t.regression @@ -0,0 +1,2 @@ +#! /bin/sh +exec ./regression |