[ 
https://issues.apache.org/jira/browse/PROTON-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Irina Boverman updated PROTON-1598:
-----------------------------------
    Description: 
docker run -it fedora:latest bash

dnf -y update
dnf -y install make gcc gcc-c++ cmake git valgrind swig pkgconfig doxygen 
libuuid-devel openssl-devel python-devel python3 python3-devel ruby-devel 
perl-devel epydoc python cyrus-sasl-devel cyrus-sasl-lib cyrus-sasl-gssapi 
cyrus-sasl-plain cyrus-sasl-md5 rubygem-rspec rubygem-simplecov 
rubygem-minitest rubygem-test-unit python2-tox redhat-rpm-config libuv-devel 
libuv python-pip

 git clone ...qpid-proton.git proton
 cd proton
 cmake .
 make
 make install
  
cd  /usr/local/share/proton-0.18.0/examples
cd c
cmake .
make
make install

cd /usr/local/share/proton-0.18.0/examples/cpp
cmake .
make
ctest -V

UpdateCTestConfiguration  from 
:/usr/local/share/proton-0.18.0/examples/cpp/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/usr/local/share/proton-0.18.0/examples/cpp/DartConfiguration.tcl
Test project /usr/local/share/proton-0.18.0/examples/cpp
Constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
No tests were found!!!



  was:


cd /usr/local/share/proton-0.18.0/examples/cpp
cmake .
make
ctest -V

UpdateCTestConfiguration  from 
:/usr/local/share/proton-0.18.0/examples/cpp/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/usr/local/share/proton-0.18.0/examples/cpp/DartConfiguration.tcl
Test project /usr/local/share/proton-0.18.0/examples/cpp
Constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
No tests were found!!!




> ctest does not produce results in examples/cpp directory
> --------------------------------------------------------
>
>                 Key: PROTON-1598
>                 URL: https://issues.apache.org/jira/browse/PROTON-1598
>             Project: Qpid Proton
>          Issue Type: Bug
>    Affects Versions: proton-c-0.18.0
>         Environment: Fedora 26
>            Reporter: Irina Boverman
>
> docker run -it fedora:latest bash
> dnf -y update
> dnf -y install make gcc gcc-c++ cmake git valgrind swig pkgconfig doxygen 
> libuuid-devel openssl-devel python-devel python3 python3-devel ruby-devel 
> perl-devel epydoc python cyrus-sasl-devel cyrus-sasl-lib cyrus-sasl-gssapi 
> cyrus-sasl-plain cyrus-sasl-md5 rubygem-rspec rubygem-simplecov 
> rubygem-minitest rubygem-test-unit python2-tox redhat-rpm-config libuv-devel 
> libuv python-pip
>  git clone ...qpid-proton.git proton
>  cd proton
>  cmake .
>  make
>  make install
>   
> cd  /usr/local/share/proton-0.18.0/examples
> cd c
> cmake .
> make
> make install
> cd /usr/local/share/proton-0.18.0/examples/cpp
> cmake .
> make
> ctest -V
> UpdateCTestConfiguration  from 
> :/usr/local/share/proton-0.18.0/examples/cpp/DartConfiguration.tcl
> UpdateCTestConfiguration  from 
> :/usr/local/share/proton-0.18.0/examples/cpp/DartConfiguration.tcl
> Test project /usr/local/share/proton-0.18.0/examples/cpp
> Constructing a list of tests
> Updating test list for fixtures
> Added 0 tests to meet fixture requirements
> Checking test dependency graph...
> Checking test dependency graph end
> No tests were found!!!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to