Example tests hang when run in a vpath build
--------------------------------------------

                 Key: QPID-2219
                 URL: https://issues.apache.org/jira/browse/QPID-2219
             Project: Qpid
          Issue Type: Bug
          Components: Qpid Examples
    Affects Versions: 0.5
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor


The example tests (i.e. make check -C examples) do not run in a vpath build.  
The example programs fail to execute and the test then hangs forever waiting 
for the expected output.

...
make[2]: Entering directory `/home/ross/svn/qpid/build-vpath/examples'
../../cpp/examples/verify_all /home/ross/svn/qpid/build-vpath/../cpp/.. 
/home/ross/svn/qpid/build-vpath "--no-module-dir --data-dir \"\" --auth no 
--load-module ../src/.libs/xml.so"    
== /home/ross/svn/qpid/build-vpath/../cpp/../cpp/examples/pub-sub/verify 
../../cpp/examples/verify: line 61: ./topic_listener: No such file or directory
...

The verify_all script makes no distinction between the source directory and the 
build directory.  The verify scripts are in the source dir but the compiled C++ 
example programs are in the build dir.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to