gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.19k stars 480 forks source link

test_config.h and libgazebo_test_fixture.a are being installed/released with compilation PATHs #1627

Open osrf-migration opened 9 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


test_config.h is being generated at compile time to host the compilation PATHs used later during the testing. Currently is being include by ServerFixture.hh but it is really only used in ServerFixture.cc. I've created a branch to move the include and also do not install that file in the system, it makes no sense to install/release compilation paths.

Since from ServerFixture.cc we are generating the libgazebo_test_fixture.a static library, we are using these hardcoded compilation PATHs in there. We need to figure out how to fix this problem and allow users to specify/get their proper testing paths.

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


osrf-migration commented 6 years ago

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).