added test data for NVidia's FD tests

This commit is contained in:
Anatoly Baksheev
2011-02-18 16:39:50 +00:00
parent dda3df8008
commit 33f7307e9e
2 changed files with 19 additions and 13 deletions

View File

@@ -51,12 +51,14 @@ public:
protected:
void run( int )
{
{
;
#if defined(HAVE_CUDA)
bool main_nvidia();
bool main_nvidia(const std::string&);
// Invoke all NVIDIA Staging tests and obtain the result
bool passed = main_nvidia();
bool passed = main_nvidia(std::string(ts->get_data_path()) + "haarcascade/");
if (passed)
ts->set_failed_test_info(cvtest::TS::OK);