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 | 665aead68ccb476946ad025712dbcd34ede6ede5 (patch) | |
| tree | 058f9f87a4f532766e5ebb3d82986397ca3acac1 /cpp/src/tests/examples.README | |
| parent | 492cc1eed8d6d885d18f2a5720cfc75d544113d1 (diff) | |
| download | qpid-python-665aead68ccb476946ad025712dbcd34ede6ede5.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/qpid@524913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/examples.README')
| -rw-r--r-- | cpp/src/tests/examples.README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cpp/src/tests/examples.README b/cpp/src/tests/examples.README deleted file mode 100644 index 65f908c249..0000000000 --- a/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 |
