From 16f205d886407d087fbaa5d00ff31e371f97cb51 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 13 Apr 2011 21:01:39 +0000 Subject: re-organization of openjpeg directories hierarchy : step 1 --- testing/OPJ_Validate_Create_Ref.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/OPJ_Validate_Create_Ref.sh (limited to 'testing/OPJ_Validate_Create_Ref.sh') diff --git a/testing/OPJ_Validate_Create_Ref.sh b/testing/OPJ_Validate_Create_Ref.sh new file mode 100644 index 00000000..e44e053b --- /dev/null +++ b/testing/OPJ_Validate_Create_Ref.sh @@ -0,0 +1,13 @@ +#!/bin/bash +#Create Reference images and hash + +echo +echo "Type the name of the directory (inside OPJ_Binaries) " +echo "containing your reference executables, followed by [ENTER] (example: rev100):" +read refdir +cd temp +rm *.md5 +cd .. +./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $refdir +echo + -- cgit v1.2.3