summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authordscho <dscho>2005-01-18 22:53:13 +0000
committerdscho <dscho>2005-01-18 22:53:13 +0000
commit9cc78e546033fe8cbc576a9fe1084338ceb47928 (patch)
tree5e2d3e9823863991f3b79d9493846b9144c91f9a /test/Makefile.am
parentb5bbdae630968e18852c653be8fc18ad11c26f7b (diff)
downloadlibtdevnc-9cc78e546033fe8cbc576a9fe1084338ceb47928.tar.gz
libtdevnc-9cc78e546033fe8cbc576a9fe1084338ceb47928.zip
add a cursor test (interactive for now)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am3
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