Build system: Build tested units as libraries.
authorFlorian Forster <octo@collectd.org>
Tue, 26 May 2015 06:52:39 +0000 (08:52 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 26 May 2015 18:41:31 +0000 (20:41 +0200)
This simplifies the build rules for the tests, aka. check programs.

* test_foo.c have been renamed to foo_test.c.
* foo_test.c now reside right next to foo.c and foo.h.
* Build and refer to .la files, rather than depending on .c files from
  other directories.

Fixes: #1042


No differences found