diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-06-11 18:54:33 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-06-11 18:54:33 +0000 |
| commit | 77a7281068e70993a14bab1e289cce5c6c005922 (patch) | |
| tree | 28030c1e59cbb1b06fa3ad0c10c4477f2a479e00 /cpp/src/tests | |
| parent | e3262dbfc23c53fa4e9c9040ab1077ebb9b621f0 (diff) | |
| download | qpid-python-77a7281068e70993a14bab1e289cce5c6c005922.tar.gz | |
Change to test directory names for installed tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 51922ee3bd..cf2208e89c 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -44,10 +44,10 @@ LONG_TESTS= qpidexecdir = $(libexecdir)/qpid qpidexec_PROGRAMS = qpidexec_SCRIPTS = -qpidtestdir = $(qpidexecdir)/test +qpidtestdir = $(qpidexecdir)/tests qpidtest_PROGRAMS = qpidtest_SCRIPTS = -tmoduledir = $(libdir)/qpid/test +tmoduledir = $(libdir)/qpid/tests tmodule_LTLIBRARIES= # |
