X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=test_util.cpp;h=c7c2ac01d13343a660c0231d0429e60b15de9186;hp=61c3918810d1bb9fea9f0ef1da4fcb32690caaf0;hb=92573f7be18bfca16dd3292cbe536d7d7912198f;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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