X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=deconvolution_sharpen_effect_test.cpp;h=8829b9da21de959685e7346cf7b4374a16b2e936;hb=74ac64b2e402247edf61271a4862e657da7fe135;hp=ba821cee6231a6f133827f743325b448ab772300;hpb=9651a4eaae012cdc49c1aa38197861e04f62e91e;p=movit diff --git a/deconvolution_sharpen_effect_test.cpp b/deconvolution_sharpen_effect_test.cpp index ba821ce..8829b9d 100644 --- a/deconvolution_sharpen_effect_test.cpp +++ b/deconvolution_sharpen_effect_test.cpp @@ -10,6 +10,8 @@ #include "image_format.h" #include "test_util.h" +namespace movit { + TEST(DeconvolutionSharpenEffectTest, IdentityTransformDoesNothing) { const int size = 4; @@ -232,3 +234,5 @@ TEST(DeconvolutionSharpenEffectTest, CircularDeconvolutionKeepsAlpha) { expect_equal(expected_alpha, out_data, size, size); } + +} // namespace movit