diff options
author | dscho <dscho> | 2004-10-16 02:48:45 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-10-16 02:48:45 +0000 |
commit | 5a3e352fbad43a7b673d6394ac10291b6e6fbe6b (patch) | |
tree | cd95444fea46a31c7c1edfdd8c7234973b56050b /test/Makefile.am | |
parent | b583cf5347fbd3f1d45e068a970e9cc207337e78 (diff) | |
download | libtdevnc-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.am | 6 |
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 + |