summaryrefslogtreecommitdiff
path: root/testing/OPJ_Validate_Create_Ref.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/OPJ_Validate_Create_Ref.sh')
-rw-r--r--testing/OPJ_Validate_Create_Ref.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/OPJ_Validate_Create_Ref.sh b/testing/OPJ_Validate_Create_Ref.sh
deleted file mode 100644
index e44e053b..00000000
--- a/testing/OPJ_Validate_Create_Ref.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-