summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/cpp/examples/README26
-rw-r--r--qpid/java/client/example/bin/README.txt11
2 files changed, 37 insertions, 0 deletions
diff --git a/qpid/cpp/examples/README b/qpid/cpp/examples/README
new file mode 100644
index 0000000000..d15adce58d
--- /dev/null
+++ b/qpid/cpp/examples/README
@@ -0,0 +1,26 @@
+= Qpid C++ Examples =
+
+For more information read examples/README.
+
+== The Verify All Script ==
+
+The verify_all script will run C++ examples against itself and against the
+Python examples. The success of the script is determined by comparing its output
+against what is expected.
+
+=== Arguments ===
+
+The verify_all script expects the path to Qpid trunk as an argument, in order to
+setup the environment for Python examples.
+
+== The Verify Script ==
+
+The verify script is capable of running one or many scripts designed to verify
+the success of Qpid examples. The verify script is utilized by the verify_all
+scripts.
+
+=== Verifying an individual example ===
+
+This will require you using the verify script, and providing the necessary sub
+script(s) it will utilize in the process. Please note that it is your
+responsibility to setup the necessary environment for the verification process
diff --git a/qpid/java/client/example/bin/README.txt b/qpid/java/client/example/bin/README.txt
new file mode 100644
index 0000000000..9a1ce91d41
--- /dev/null
+++ b/qpid/java/client/example/bin/README.txt
@@ -0,0 +1,11 @@
+= Qpid Java Examples =
+
+For more information read ../README.txt.
+
+== The Verify All Script ==
+
+The verify_all script will run Java examples against itself and against the C++
+and Python examples. The success of the script is determined by comparing its
+output against what is expected.
+
+This script uses the verify script found in qpid/cpp/examples.