blob: 6b99ac19154b8c48ec634cb4dbdf5a6b0ff7c1ab [file] [log] [blame]
#include <gtest/gtest.h>
#define C10_DEFINE_TEST(a, b) TEST(a, b)
#define C10_ASSERT_NEAR(a, b, tol) ASSERT_NEAR(a, b, tol)
#include <c10/test/util/complex_math_test_common.h>