X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain_test.cpp;h=67b3dfc56aa7567678624884818242b40b1d5487;hb=8c7e53028a3ef4805d2608643041a5d7e6bd1b6e;hp=25cd50a26839ba5942998d13b872f42ea13225ef;hpb=03b416172e9db37845b8c897d51064cbc6b3aa3f;p=movit diff --git a/effect_chain_test.cpp b/effect_chain_test.cpp index 25cd50a..67b3dfc 100644 --- a/effect_chain_test.cpp +++ b/effect_chain_test.cpp @@ -2,7 +2,7 @@ // // Note that this also contains the tests for some of the simpler effects. -#include +#include #include #include "effect.h" @@ -19,6 +19,8 @@ using namespace std; +namespace movit { + TEST(EffectChainTest, EmptyChain) { float data[] = { 0.0f, 0.25f, 0.3f, @@ -1019,3 +1021,5 @@ TEST(EffectChainTest, IdentityWithOwnPool) { // Reset the debug status again. movit_debug_level = MOVIT_DEBUG_OFF; } + +} // namespace movit