summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordscho <dscho>2004-12-20 19:46:23 +0000
committerdscho <dscho>2004-12-20 19:46:23 +0000
commit094c01bdce486d2d6c65b461dae254cc6c0451f3 (patch)
treecf075c48f0219417acf491d80a340a0cf9d635ca /test
parent88c3bc66450281c6d1599e5b2cfd9ec334cdfb83 (diff)
downloadlibtdevnc-094c01bdce486d2d6c65b461dae254cc6c0451f3.tar.gz
libtdevnc-094c01bdce486d2d6c65b461dae254cc6c0451f3.zip
fix for MinGW
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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