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=aae595abf2af80af011924b0ebd3261064f98d1a The branch, master has been updated via aae595abf2af80af011924b0ebd3261064f98d1a (commit) from ddba17700f57de5317ad24466dfd8fa50e997f57 (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 aae595abf2af80af011924b0ebd3261064f98d1a Author: Simon Josefsson <[email protected]> Date: Fri Feb 5 10:45:51 2010 +0100 Check if this makes MinGW builds work better. ----------------------------------------------------------------------- Summary of changes: tests/Makefile.am | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index bcbf608..41d7367 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,13 +25,16 @@ LDADD = ../lib/libidn.la libutils.la noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c -ctests = tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc \ +TESTS = tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc \ tst_pr29 tst_strerror tst_toutf8 tst_symbols if TLD -ctests += tst_tld +TESTS += tst_tld endif -TESTS = $(ctests) -check_PROGRAMS = $(ctests) +check_PROGRAMS = tst_stringprep tst_punycode tst_idna tst_idna2 \ + tst_nfkc tst_pr29 tst_strerror tst_toutf8 tst_symbols +if TLD +check_PROGRAMS += tst_tld +endif TESTS_ENVIRONMENT = $(VALGRIND) hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
