diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-02-28 14:18:56 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-01 00:21:53 +0200 |
commit | c052046717c09758bbdf62819e0029dddcae7159 (patch) | |
tree | 20d3d294cb42da0a92c498cd89c8bd7e42c7c634 | |
parent | 7c139a54d14979f832c53d6f7fae7d415ca41a74 (diff) | |
download | libsigrokdecode-c052046717c09758bbdf62819e0029dddcae7159.tar.gz libsigrokdecode-c052046717c09758bbdf62819e0029dddcae7159.zip |
unit tests: Drop unneeded check_ filename prefix.
-rw-r--r-- | Makefile.am | 20 | ||||
-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 |