|
From: Herton R. K. <he...@us...> - 2005-07-02 01:03:10
|
Update of /cvsroot/kimageprocess/kimageprocess/batchtests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19222 Modified Files: test Log Message: - Adding mosaic5 testcase; Index: test =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/batchtests/test,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- test 24 Jun 2005 11:09:59 -0000 1.2 +++ test 2 Jul 2005 01:03:00 -0000 1.3 @@ -8,7 +8,8 @@ FANN_SIGMOID_SYMMETRIC \ FANN_SIGMOID_SYMMETRIC_STEPWISE" -TESTS="2texturas" +TESTS="2texturas \ + mosaic5" mkdir -p results for test in $TESTS; do source $test/img.size |