diff options
author | dscho <dscho> | 2004-12-20 19:46:23 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-12-20 19:46:23 +0000 |
commit | 094c01bdce486d2d6c65b461dae254cc6c0451f3 (patch) | |
tree | cf075c48f0219417acf491d80a340a0cf9d635ca | |
parent | 88c3bc66450281c6d1599e5b2cfd9ec334cdfb83 (diff) | |
download | libtdevnc-094c01bdce486d2d6c65b461dae254cc6c0451f3.tar.gz libtdevnc-094c01bdce486d2d6c65b461dae254cc6c0451f3.zip |
fix for MinGW
-rw-r--r-- | test/Makefile.am | 2 |
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 |