summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am20
-rw-r--r--tests/core.c (renamed from tests/check_core.c)0
-rw-r--r--tests/decoder.c (renamed from tests/check_decoder.c)0
-rw-r--r--tests/inst.c (renamed from tests/check_inst.c)0
-rw-r--r--tests/main.c (renamed from tests/check_main.c)0
-rw-r--r--tests/session.c (renamed from tests/check_session.c)0
6 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 398103b..3a50400 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,19 +50,19 @@ pkgconfig_DATA = libsigrokdecode.pc
EXTRA_DIST = Doxyfile HACKING contrib/sigrok-logo-notext.png
if HAVE_CHECK
-TESTS = tests/check_main
+TESTS = tests/main
check_PROGRAMS = ${TESTS}
-tests_check_main_SOURCES = \
+tests_main_SOURCES = \
libsigrokdecode.h \
tests/lib.h \
- tests/check_main.c \
- tests/check_core.c \
- tests/check_decoder.c \
- tests/check_inst.c \
- tests/check_session.c
-tests_check_main_CFLAGS = $(AM_CFLAGS) @check_CFLAGS@
-tests_check_main_LDADD = $(top_builddir)/libsigrokdecode.la @check_LIBS@
-tests_check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \
+ tests/main.c \
+ tests/core.c \
+ tests/decoder.c \
+ tests/inst.c \
+ tests/session.c
+tests_main_CFLAGS = $(AM_CFLAGS) @check_CFLAGS@
+tests_main_LDADD = $(top_builddir)/libsigrokdecode.la @check_LIBS@
+tests_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \
-DDECODERS_DIR='"$(abs_top_srcdir)/decoders"'
endif
diff --git a/tests/check_core.c b/tests/core.c
index 3b3d022..3b3d022 100644
--- a/tests/check_core.c
+++ b/tests/core.c
diff --git a/tests/check_decoder.c b/tests/decoder.c
index 726e17c..726e17c 100644
--- a/tests/check_decoder.c
+++ b/tests/decoder.c
diff --git a/tests/check_inst.c b/tests/inst.c
index fe7e1f9..fe7e1f9 100644
--- a/tests/check_inst.c
+++ b/tests/inst.c
diff --git a/tests/check_main.c b/tests/main.c
index 96b6f43..96b6f43 100644
--- a/tests/check_main.c
+++ b/tests/main.c
diff --git a/tests/check_session.c b/tests/session.c
index d6895af..d6895af 100644
--- a/tests/check_session.c
+++ b/tests/session.c