Commit 2a8185dd authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

forgot to run bitiwise tests

parent c5e3869c
......@@ -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(); }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment