X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect_test.cpp;h=1ef479ec478d8a9be52ac3f70d87a46be761bd62;hp=4114bcbc45bff018a271f8d360b388bbde85bca6;hb=0cdd6e9e30a807056699ed9b3fa023a23ce83af9;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e diff --git a/blur_effect_test.cpp b/blur_effect_test.cpp index 4114bcb..1ef479e 100644 --- a/blur_effect_test.cpp +++ b/blur_effect_test.cpp @@ -9,6 +9,8 @@ #include "image_format.h" #include "test_util.h" +namespace movit { + TEST(BlurEffectTest, IdentityTransformDoesNothing) { const int size = 4; @@ -99,3 +101,5 @@ TEST(BlurEffectTest, BlurTwoDotsLargeRadius) { expect_equal(expected_data, out_data, size, size, 0.1f, 1e-3); } + +} // namespace movit