X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect_test.cpp;h=11083a9ca75a3412fe88a9c6b2e4c4914df6b7d5;hp=4570d6f5ada16b9e151ed5ac21bda7c07e49bd12;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e diff --git a/glow_effect_test.cpp b/glow_effect_test.cpp index 4570d6f..11083a9 100644 --- a/glow_effect_test.cpp +++ b/glow_effect_test.cpp @@ -9,6 +9,8 @@ #include "image_format.h" #include "test_util.h" +namespace movit { + TEST(GlowEffectTest, NoAmountDoesNothing) { const int size = 4; @@ -108,3 +110,5 @@ TEST(GlowEffectTest, GlowsOntoZeroAlpha) { expect_equal(expected_data, out_data, 4, size); } + +} // namespace movit