2013-08-21 03:38:20 -07:00
|
|
|
#ifdef _MSC_VER
|
|
|
|
# if _MSC_VER >= 1700
|
|
|
|
# pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
|
|
|
|
# endif
|
2013-07-29 04:38:18 -07:00
|
|
|
#endif
|
|
|
|
|
2013-08-21 03:38:20 -07:00
|
|
|
|
2011-01-11 12:14:31 +00:00
|
|
|
#include "test_precomp.hpp"
|
2011-02-09 20:55:11 +00:00
|
|
|
|
2011-06-10 12:21:26 +00:00
|
|
|
CV_TEST_MAIN("cv")
|