X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain_test.cpp;h=cf725f1131bb1eae8a1722c1e2989893d8c178be;hp=25cd50a26839ba5942998d13b872f42ea13225ef;hb=fa58f7f430f17d7461e910c36ed39e5fb8b86005;hpb=03b416172e9db37845b8c897d51064cbc6b3aa3f diff --git a/effect_chain_test.cpp b/effect_chain_test.cpp index 25cd50a..cf725f1 100644 --- a/effect_chain_test.cpp +++ b/effect_chain_test.cpp @@ -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