1
0
Fork 0
flightgear/tests
Alessandro Menti 7db8ed17c4
Test suite: add GPerfTools and system SQLite linking fixes
If GPerfTools and/or the SYSTEM_SQLITE options are enabled, the test
suite fails to build (GPerfTools is not linked explicitly in CMakeLists.txt,
but becomes required by SimGear, so the linker failes with an "undefined
reference" error; the SQLite library the test suite links against is always
hardcoded to the FG-provided one).

This patch adds the GPerfTools library to the target link libraries
(if the profiler is enabled) and links to the system SQLite library
whenever SYSTEM_SQLITE is enabled.
2017-03-26 12:10:15 +02:00
..
.gitignore Ignore generated files 2010-06-02 11:27:16 +02:00
alcinfo.cxx KIll off ALUT now it's gone from SimGear 2012-08-22 00:10:00 +01:00
CMakeLists.txt Test suite: add GPerfTools and system SQLite linking fixes 2017-03-26 12:10:15 +02:00
est-epsilon.cxx John Denker: 2009-12-09 08:15:09 +01:00
fake_sgPrecipitation.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
fake_sgSky.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
fake_sgSky.hxx Partial testing framework. 2017-03-25 15:35:26 +00:00
fake_sound.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
fgTestDriver.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
gl-info.cxx John Denker: 2009-12-09 08:15:09 +01:00
test-env-map.cxx test for the presence of alut.h. if it's not found only display a warning message in gl-info and test-env-map. A clean build without glut installed is now possible. 2009-09-09 08:56:32 +02:00
test-gethostname.cxx Initial revision. 2001-03-22 04:19:12 +00:00
test-mktime.cxx Martin Spott: Use standardized Sun directive. 2005-10-06 11:08:26 +00:00
test-text.cxx Type consistency. 2007-05-16 16:47:13 +00:00
test-up.cxx Even more imlicit includes becoming explicit. 2010-08-07 14:07:17 +01:00
test_flightplan.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
test_navaids2.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
testStubs.cxx Linux fixes for tests compilation 2017-03-25 17:09:18 +00:00
unitTestHelpers.cxx Partial testing framework. 2017-03-25 15:35:26 +00:00
unitTestHelpers.hxx Partial testing framework. 2017-03-25 15:35:26 +00:00