Blur Optimization. [Part 0] (unit test for blur code)
[xy_vsfilter.git] / test / unit_test / main.cpp
blob70f28bb27b303d6e66eb24d4c542844beb2406a6
1 #include <afx.h>
2 #include <gtest/gtest.h>
3 #define XY_UNIT_TEST
4 //#include "test_interlaced_uv_alphablend.h"
5 //#include "test_subsample_and_interlace.h"
6 //#include "test_alphablend.h"
7 //#include "test_instrinsics_macro.h"
9 //#include "test_xy_filter.h"
10 #include "xy_filter_benchmark.h"
12 int main(int argc, char ** argv)
14 testing::InitGoogleTest(&argc, argv);
16 return RUN_ALL_TESTS();