summaryrefslogtreecommitdiff
path: root/testing/OPJ_Validate_Create_Ref.sh
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-08-16 09:33:37 +0000
committerAntonin Descampe <antonin@gmail.com>2011-08-16 09:33:37 +0000
commit883e0826e2ce2014207165e5d16151583628f35b (patch)
treeda928d1eeb397956bb703ab926f9ec8e3693eca2 /testing/OPJ_Validate_Create_Ref.sh
parent003f9f79531a4fce16cc4672ececf5b066b38ff9 (diff)
removed obsolete testing directory and *.nix files (in trunk)
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
-