]> git.sesse.net Git - movit/blobdiff - flat_input_test.cpp
Move everything into “namespace movit”.
[movit] / flat_input_test.cpp
index a29762326ddac60b8d1e7e4046353ba8b3feb484..58d9eb94b199a2c807c7a44397e23caed79eba69 100644 (file)
@@ -9,6 +9,8 @@
 #include "test_util.h"
 #include "util.h"
 
+namespace movit {
+
 TEST(FlatInput, SimpleGrayscale) {
        const int size = 4;
 
@@ -264,3 +266,5 @@ TEST(FlatInput, PBO) {
 
        glDeleteBuffers(1, &pbo);
 }
+
+}  // namespace movit