#ifndef HONEY_TEST_H #define HONEY_TEST_H void suite_logging(); #define RUN_TESTS() \ suite_logging(); #endif