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