#include #define C10_DEFINE_TEST(a, b) TEST(a, b) #define C10_ASSERT_NEAR(a, b, tol) ASSERT_NEAR(a, b, tol) #include