Update of /home/cvs/libidn/tests
In directory dopio:/tmp/cvs-serv24018

Modified Files:
        Makefile.am 
Log Message:
Fix make check on mingw32.


--- /home/cvs/libidn/tests/Makefile.am  2005/05/26 14:39:59     1.16
+++ /home/cvs/libidn/tests/Makefile.am  2006/01/20 12:40:17     1.17
@@ -24,12 +24,15 @@
 noinst_LTLIBRARIES = libutils.la
 libutils_la_SOURCES = utils.h utils.c
 
-TESTS = tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc tst_pr29
-TESTS += tst_strerror
+ctests = tst_stringprep$(EXEEXT) tst_punycode$(EXEEXT)         \
+       tst_idna$(EXEEXT) tst_idna2$(EXEEXT) tst_nfkc$(EXEEXT)  \
+       tst_pr29$(EXEEXT) tst_strerror$(EXEEXT)
 if TLD
-TESTS += tst_tld
+ctests += tst_tld$(EXEEXT)
 endif
-check_PROGRAMS = $(TESTS)
+
+TESTS = $(ctests)      
+check_PROGRAMS = $(ctests)
 
 # Maintainer targets
 



_______________________________________________
Libidn-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libidn-commit

Reply via email to