X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain_test.cpp;h=cf725f1131bb1eae8a1722c1e2989893d8c178be;hp=25cd50a26839ba5942998d13b872f42ea13225ef;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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