libsigrok/tests
Uwe Hermann 67bd805523 Switch to a non-recursive automake setup.
Instead of >= 44 Makefile.am's we now only have one top-level
Makefile.am, and use the 'subdir-objects' automake option to
handle the build via non-recursive (auto)make.

This has the advantage of fewer (boilerplate or other) files and less
clutter in general, as well as performance advantages since the new
setup can build many files in parallel (with 'make -j'), not only 2 or 3
files within the same (e.g. hardware/xxxx/* subdirectory) and also since
we no longer need to build intermediate libtool helper libs per subdirectory.

A quick, non-scientific test build on a quad-core laptop with 'make -j 4'
yields a build time reduction from 35s to 19s.

All autotools features that worked before are still intact without any
regressions, including the Make targets 'install', 'uninstall', 'check',
'dist', 'clean', 'distclean' and so on, as well as all the usual portability
handling (build works on any OS, with any Make implementation such as
GNU Make or BSD Make, with any shell such as sh/ksh/zsh/bash/dash, etc. etc.)
and features such as out-of-tree build support, cross-compile support,
testsuite support (also with colored output), "silent make rules", etc. etc.
2014-03-20 13:10:05 +01:00
..
check_core.c tests: Fix a few warnings. 2014-01-17 20:49:45 +01:00
check_driver_all.c unittests: Disable a broken test for now. 2013-04-27 19:06:27 +02:00
check_input_all.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_input_binary.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_main.c tests: Fix a few warnings. 2014-01-17 20:49:45 +01:00
check_output_all.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_strutil.c tests: Fix a few warnings. 2014-01-17 20:49:45 +01:00
check_version.c tests: Fix a few warnings. 2014-01-17 20:49:45 +01:00
lib.c tests: Fix a few warnings. 2014-01-17 20:49:45 +01:00
lib.h tests: Fix a few warnings. 2014-01-17 20:49:45 +01:00