e44e053b02e54a6e73e5dbaa7b527ca50d3f4332
[openjpeg.git] / testing / OPJ_Validate_Create_Ref.sh
1 #!/bin/bash
2 #Create Reference images and hash
3
4 echo
5 echo "Type the name of the directory (inside OPJ_Binaries) "
6 echo "containing your reference executables, followed by [ENTER] (example: rev100):"
7 read refdir
8 cd temp
9 rm *.md5
10 cd ..
11 ./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $refdir
12 echo
13