From 094c01bdce486d2d6c65b461dae254cc6c0451f3 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 20 Dec 2004 19:46:23 +0000 Subject: [PATCH] fix for MinGW --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 1084cb8..aa010f0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,6 +10,6 @@ copyrecttest_LDADD=$(LDADD) -lm noinst_PROGRAMS=$(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) -test: encodingstest cargstest copyrecttest +test: encodingstest$(EXEEXT) cargstest$(EXEEXT) copyrecttest$(EXEEXT) ./encodingstest && ./cargstest