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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to