diff options
author | dscho <dscho> | 2005-01-18 22:53:13 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-01-18 22:53:13 +0000 |
commit | 9cc78e546033fe8cbc576a9fe1084338ceb47928 (patch) | |
tree | 5e2d3e9823863991f3b79d9493846b9144c91f9a /test/Makefile.am | |
parent | b5bbdae630968e18852c653be8fc18ad11c26f7b (diff) | |
download | libtdevnc-9cc78e546033fe8cbc576a9fe1084338ceb47928.tar.gz libtdevnc-9cc78e546033fe8cbc576a9fe1084338ceb47928.zip |
add a cursor test (interactive for now)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index aa010f0..e3fcdd3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -8,7 +8,8 @@ endif copyrecttest_LDADD=$(LDADD) -lm -noinst_PROGRAMS=$(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) +noinst_PROGRAMS=$(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) \ + cursortest test: encodingstest$(EXEEXT) cargstest$(EXEEXT) copyrecttest$(EXEEXT) ./encodingstest && ./cargstest |