summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-09-01 17:38:09 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-09-01 18:05:46 +0200
commitc414f1996bec719dda64ca5731fea78f1d48887a (patch)
tree2216c38f94ae1ebce7c8b3efb2d8c4b2faf6730b /Makefile.am
parent586361052b414d9e17fdecf54c5db0282c25339f (diff)
downloadlibsigrokdecode-c414f1996bec719dda64ca5731fea78f1d48887a.tar.gz
libsigrokdecode-c414f1996bec719dda64ca5731fea78f1d48887a.zip
PD tests moved into the sigrok-test repo.
Drop them from the libsigrokdecode repository.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 41054b2..e34cc3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,15 +66,6 @@ tests_check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \
-DDECODERS_DIR='"$(abs_top_builddir)/decoders"'
endif
-if BUILD_RUNTC
-noinst_PROGRAMS = tests/runtc
-tests_runtc_LDADD = $(top_builddir)/libsigrokdecode.la
-tests_runtc_SOURCES = tests/runtc.c
-tests_runtc_CPPFLAGS = $(CPPFLAGS_PYTHON) $(LIBSIGROK_CFLAGS) \
- -DDECODERS_DIR='"$(abs_top_builddir)/decoders"'
-tests_runtc_LDFLAGS = -L$(top_builddir) $(LIBSIGROK_LIBS) $(LDFLAGS_PYTHON)
-endif
-
MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog