mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
8 lines
125 B
C++
8 lines
125 B
C++
#include "test_precomp.hpp"
|
|
|
|
#if defined(HAVE_HPX)
|
|
#include <hpx/hpx_main.hpp>
|
|
#endif
|
|
|
|
CV_TEST_MAIN("", initDNNTests());
|