X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input_test.cpp;h=58d9eb94b199a2c807c7a44397e23caed79eba69;hp=a29762326ddac60b8d1e7e4046353ba8b3feb484;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/flat_input_test.cpp b/flat_input_test.cpp index a297623..58d9eb9 100644 --- a/flat_input_test.cpp +++ b/flat_input_test.cpp @@ -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