X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Makefile.am;h=3a50400f0a24fe7b03bb3974b634e6dfed997bcc;hp=e34cc3c2062368a28ba837816fb13b002558c11f;hb=c052046717c09758bbdf62819e0029dddcae7159;hpb=c414f1996bec719dda64ca5731fea78f1d48887a diff --git a/Makefile.am b/Makefile.am index e34cc3c..3a50400 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,20 +50,20 @@ 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) \ - -DDECODERS_DIR='"$(abs_top_builddir)/decoders"' + 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 MAINTAINERCLEANFILES = ChangeLog