summaryrefslogtreecommitdiff
path: root/testing/OPJ_Validate_Candidate_vs_Ref.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/OPJ_Validate_Candidate_vs_Ref.sh')
-rw-r--r--testing/OPJ_Validate_Candidate_vs_Ref.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/OPJ_Validate_Candidate_vs_Ref.sh b/testing/OPJ_Validate_Candidate_vs_Ref.sh
new file mode 100644
index 00000000..edd3eaa4
--- /dev/null
+++ b/testing/OPJ_Validate_Candidate_vs_Ref.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+cd temp
+erase *.ppm
+erase *.j2k
+erase *.bmp
+erase *.tif
+erase *.jp2
+cd ..
+
+echo
+echo "Type the name of the directory (inside OPJ_Binaries) "
+echo "containing your executables to compared with reference, followed by [ENTER] (example: rev101):"
+read compdir
+
+./OPJ_Validate linux_OPJ_Param_File_v0_1.txt $compdir
+echo