summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authordscho <dscho>2004-10-16 02:48:45 +0000
committerdscho <dscho>2004-10-16 02:48:45 +0000
commit5a3e352fbad43a7b673d6394ac10291b6e6fbe6b (patch)
treecd95444fea46a31c7c1edfdd8c7234973b56050b /test/Makefile.am
parentb583cf5347fbd3f1d45e068a970e9cc207337e78 (diff)
downloadlibtdevnc-5a3e352fbad43a7b673d6394ac10291b6e6fbe6b.tar.gz
libtdevnc-5a3e352fbad43a7b673d6394ac10291b6e6fbe6b.zip
rename tight-1.c into encodingstest.c, fixing it in the process. It now
passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 33839d5..c2d04c4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -6,8 +6,10 @@ endif
copyrecttest_LDADD=$(LDADD) -lm
-noinst_PROGRAMS=tight-1 cargstest copyrecttest $(BACKGROUND_TEST)
-
+noinst_PROGRAMS=encodingstest cargstest copyrecttest $(BACKGROUND_TEST)
LDADD = ../libvncserver/libvncserver.a ../libvncclient/libvncclient.a
+test: encodingstest cargstest copyrecttest
+ ./encodingstest && ./cargstest
+