X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect_test.cpp;h=174937be5fae6fb47f8c488a4dbef9bcf29bd606;hp=b8eff4be018ef3d660fac2e0bfa35e61bf2cfaae;hb=fbb1247a1996c6dbe54114eb5cc23dc79e17099c;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/glow_effect_test.cpp b/glow_effect_test.cpp index b8eff4b..174937b 100644 --- a/glow_effect_test.cpp +++ b/glow_effect_test.cpp @@ -1,5 +1,6 @@ // Unit tests for GlowEffect. +#include #include #include "effect_chain.h" @@ -8,6 +9,8 @@ #include "image_format.h" #include "test_util.h" +namespace movit { + TEST(GlowEffectTest, NoAmountDoesNothing) { const int size = 4; @@ -107,3 +110,5 @@ TEST(GlowEffectTest, GlowsOntoZeroAlpha) { expect_equal(expected_data, out_data, 4, size); } + +} // namespace movit