This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=ddba17700f57de5317ad24466dfd8fa50e997f57 The branch, master has been updated via ddba17700f57de5317ad24466dfd8fa50e997f57 (commit) from f198c51e0813053e28de92f4a5e10c28a97dd01c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ddba17700f57de5317ad24466dfd8fa50e997f57 Author: Simon Josefsson <[email protected]> Date: Fri Feb 5 10:39:15 2010 +0100 Drop EXEEXT, to see if MinGW builds improve. ----------------------------------------------------------------------- Summary of changes: tests/Makefile.am | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 98487bc..bcbf608 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,12 +25,10 @@ LDADD = ../lib/libidn.la libutils.la noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c -ctests = tst_stringprep$(EXEEXT) tst_punycode$(EXEEXT) \ - tst_idna$(EXEEXT) tst_idna2$(EXEEXT) tst_nfkc$(EXEEXT) \ - tst_pr29$(EXEEXT) tst_strerror$(EXEEXT) tst_toutf8$(EXEEXT) \ - tst_symbols$(EXEEXT) +ctests = tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc \ + tst_pr29 tst_strerror tst_toutf8 tst_symbols if TLD -ctests += tst_tld$(EXEEXT) +ctests += tst_tld endif TESTS = $(ctests) hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
