mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
316 B
10 lines
316 B
pushd %~p0
|
|
rm -rf test_x86
|
|
mkdir test_x86
|
|
cp -rf ../bin/x86/* ../bin/Release/
|
|
cp ../CMakeCache.txt test_x86/
|
|
cp -r ../opencv_extra/testdata/* test_x86/
|
|
cd test_x86
|
|
c:\Python27\python.exe ..\..\opencv\modules\ts\misc\run.py
|
|
c:\Python27\python.exe ..\..\opencv\modules\ts\misc\report.py *.xml -c median > out.html
|
|
popd
|