1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

forgot to run bitiwise tests

This commit is contained in:
Alexey Spizhevoy
2011-02-18 10:39:18 +00:00
parent c5e3869c32
commit 2a8185dd09
+1 -1
View File
@@ -232,4 +232,4 @@ struct CV_GpuBitwiseTest: public cvtest::BaseTest
}
};
TEST(BitwiseOperations, accuracy) { CV_GpuBitwiseTest test; test; }
TEST(BitwiseOperations, accuracy) { CV_GpuBitwiseTest test; test.safe_run(); }