X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect_test.cpp;h=174937be5fae6fb47f8c488a4dbef9bcf29bd606;hp=4570d6f5ada16b9e151ed5ac21bda7c07e49bd12;hb=29dbee6d7375145fda1346dbd2531017c9ce8e1e;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e diff --git a/glow_effect_test.cpp b/glow_effect_test.cpp index 4570d6f..174937b 100644 --- a/glow_effect_test.cpp +++ b/glow_effect_test.cpp @@ -1,6 +1,6 @@ // Unit tests for GlowEffect. -#include +#include #include #include "effect_chain.h" @@ -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