Hi, Nikolay,

1. Yes, it's OK;
2. Well, it is the old issue that we are working only with the specific
Boost version (1.58.0). You can try commenting out the following line:

#include <boost/test/unit_test_suite_impl.hpp>

in teamcity_boost.cpp files to make it working with your version.

Best Regards,
Igor

On Wed, Apr 18, 2018 at 3:55 PM, Nikolay Izhikov <nizhi...@apache.org>
wrote:

> Hello, Igniters.
>
> Is there way to run CPP tests locally on linux machine?
>
> I'm trying to follow DEVNOTES.txt but doesn't get lucky.
>
> 1. `./configure --enable-odbc --enable-tests` [1]
> I see
>
> "rm: cannot remove 'core': Is a directory"
>
> Is it OK?
>
> 2. `make` [2]
>
> I got following error:
>
> "src/teamcity/teamcity_boost.cpp:22:10: fatal error:
> boost/test/unit_test_suite_impl.hpp: Нет такого файла или каталога
>  #include <boost/test/unit_test_suite_impl.hpp>"
>
> I've installed boost-dev - `sudo apt-get install libboost-all-dev`
> But, there is no `unit_test_suite_impl.hpp` in /usr/header/boost/test.
> Without tests it all compiles OK.
>
> What should I do to be able run tests for CPP locally?
>
> [1] https://gist.github.com/nizhikov/8a451b73db17fa05d10992ae50524b7b
> [2] https://gist.github.com/nizhikov/9d0da202c3e52f3ee1cd5bc2053e1073

Reply via email to