fixed cmake support for openjpip
[openjpeg.git] / testing / OPJ_Validate_Candidate_vs_Ref.sh
1 #!/bin/bash
2 cd temp
3 erase *.ppm
4 erase *.j2k
5 erase *.bmp
6 erase *.tif
7 erase *.jp2
8 cd ..
9
10 echo
11 echo "Type the name of the directory (inside OPJ_Binaries) "
12 echo "containing your executables to compared with reference, followed by [ENTER] (example: rev101):"
13 read compdir
14
15 ./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $compdir
16 echo