]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Make the initializing functions also drop fixed function usage.
[movit] / test_util.cpp
index 61c3918810d1bb9fea9f0ef1da4fcb32690caaf0..c7c2ac01d13343a660c0231d0429e60b15de9186 100644 (file)
@@ -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