X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=test_util.cpp;h=c7c2ac01d13343a660c0231d0429e60b15de9186;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hp=61c3918810d1bb9fea9f0ef1da4fcb32690caaf0;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b;p=movit diff --git a/test_util.cpp b/test_util.cpp index 61c3918..c7c2ac0 100644 --- a/test_util.cpp +++ b/test_util.cpp @@ -14,6 +14,8 @@ using namespace std; +namespace movit { + class Input; namespace { @@ -244,3 +246,5 @@ void test_accuracy(const float *expected, const float *result, unsigned num_valu double rms = sqrt(squared_difference) / num_values; EXPECT_LT(rms, rms_limit); } + +} // namespace movit