summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 17:32:42 +0100
committerGitHub <noreply@github.com>2017-02-21 17:32:42 +0100
commit9ac695a4b98de265c3bb73efd2bc80358ac6f332 (patch)
treed1e2b6828d1ab59d0ecd66b1884cc4824644afca /test
parent261c3dbf87cc21adc91cebd0525c8c6a5f8d0f6b (diff)
parentfe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (diff)
downloadlibtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.tar.gz
libtdevnc-9ac695a4b98de265c3bb73efd2bc80358ac6f332.zip
Merge pull request #156 from The-42/drop-autotools
drop autotools
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
deleted file mode 100644
index f07fc82..0000000
--- a/test/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-check_PROGRAMS =
-
-if HAVE_LIBJPEG
-# TurboJPEG wrapper tests
-check_PROGRAMS += tjunittest tjbench
-tjunittest_SOURCES=tjunittest.c ../common/turbojpeg.c ../common/turbojpeg.h \
- tjutil.c tjutil.h
-tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
- tjutil.c tjutil.h bmp.c bmp.h
-tjbench_LDADD=$(LDADD) -lm
-endif
-
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common
-LDADD = ../libvncserver/libvncserver.la ../libvncclient/libvncclient.la @WSOCKLIB@
-
-if HAVE_LIBPTHREAD
-BACKGROUND_TEST=blooptest
-ENCODINGS_TEST=encodingstest
-endif
-
-copyrecttest_LDADD=$(LDADD) -lm
-
-check_PROGRAMS += $(ENCODINGS_TEST) cargstest copyrecttest $(BACKGROUND_TEST) \
- cursortest
-
-test: encodingstest$(EXEEXT) cargstest$(EXEEXT) copyrecttest$(EXEEXT)
- ./encodingstest && ./cargstest
-