diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-02 20:27:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-02 20:27:21 +0000 |
| commit | c7de0c94a03478ca5ef7dc6085407bd464ad2214 (patch) | |
| tree | cb79ed61f7fd83aabba4322864bb83ccc16b616e /qpid/cpp/src/tests/examples.README | |
| parent | fea1cde4749b111bf14bf503fa945a994b469808 (diff) | |
| download | qpid-python-c7de0c94a03478ca5ef7dc6085407bd464ad2214.tar.gz | |
* src/tests/examples.README,examples.Makefile: out of date, removed.
* src/tests/README: details on running tests.
* cpp/README: Point to src/tests/README
* src/tests/ .valgrind.supp, .valgrindrc-default: moved valgrind options to file, easier to modify locally updated suppressions (see README)
* src/tests/test_env, run-unit-tests: more flexible test running (see README)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@524913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/examples.README')
| -rw-r--r-- | qpid/cpp/src/tests/examples.README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/qpid/cpp/src/tests/examples.README b/qpid/cpp/src/tests/examples.README deleted file mode 100644 index 65f908c249..0000000000 --- a/qpid/cpp/src/tests/examples.README +++ /dev/null @@ -1,18 +0,0 @@ -Building the examples ---------------------- - -You had better edit the Makefile and provide the locations for APR and boost. - -Then just type 'make'. - - -Running the examples --------------------- - -Before running the examples ensure that you have setup your LD_LIBRARY_PATH. - -Most of the examples take the following connection parameters for your -AMQP broker: - - -host host - -port port |
