utils_time.[ch]: Control mocking by preprocessor define.
authorFlorian Forster <octo@collectd.org>
Thu, 26 Nov 2015 09:33:07 +0000 (10:33 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 2 Dec 2015 09:21:52 +0000 (10:21 +0100)
commitce2fb80a17bf452d8b5bf4660453ffee510e0868
treed790c9f781aaad1ca48a950190d55b5610a8ea3c
parent349d1538fc57c320270c471c9a8c7e11d5aa3631
utils_time.[ch]: Control mocking by preprocessor define.

This allows us to test rfc3339() while mocking out cdtime().
src/Makefile.am
src/daemon/Makefile.am
src/daemon/utils_time.c
src/daemon/utils_time.h
src/daemon/utils_time_mock.c [deleted file]
src/testing.h