author | Florian Forster <octo@collectd.org> | |
Tue, 26 May 2015 06:52:39 +0000 (08:52 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 26 May 2015 18:41:31 +0000 (20:41 +0200) | ||
commit | a644c803e14a19015acfbf5368e336c359b250e3 | |
tree | 0182256b78b8881a7a46b1ceaeb0ec8a9957043d | tree | snapshot |
parent | 68923fc80953be8b3b7e777e8cedc605ae41ef4f | commit | diff |
Build system: Build tested units as libraries.
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
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
22 files changed: