1
0
Fork 0

Rename test globals to testGlobals [.cxx|.hxx]

This commit is contained in:
James Turner 2019-09-24 11:32:03 +01:00
parent 18c19885c6
commit 36f88f6f07
15 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
set(TESTSUITE_SOURCES
${TESTSUITE_SOURCES}
${CMAKE_CURRENT_SOURCE_DIR}/globals.cxx
${CMAKE_CURRENT_SOURCE_DIR}/testGlobals.cxx
${CMAKE_CURRENT_SOURCE_DIR}/NavDataCache.cxx
${CMAKE_CURRENT_SOURCE_DIR}/PrivateAccessorFDM.cxx
${CMAKE_CURRENT_SOURCE_DIR}/scene_graph.cxx
@ -11,7 +11,7 @@ set(TESTSUITE_SOURCES
set(TESTSUITE_HEADERS
${TESTSUITE_HEADERS}
${CMAKE_CURRENT_SOURCE_DIR}/globals.hxx
${CMAKE_CURRENT_SOURCE_DIR}/testGlobals.hxx
${CMAKE_CURRENT_SOURCE_DIR}/NavDataCache.hxx
${CMAKE_CURRENT_SOURCE_DIR}/PrivateAccessorFDM.hxx
${CMAKE_CURRENT_SOURCE_DIR}/scene_graph.hxx

View file

@ -2,7 +2,7 @@
#include "test_suite/dataStore.hxx"
#include "globals.hxx"
#include "testGlobals.hxx"
#include <simgear/io/iostreams/sgstream.hxx>

View file

@ -1,6 +1,6 @@
#include "testAeroMesh.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/PrivateAccessorFDM.hxx"
#include "test_suite/FGTestApi/scene_graph.hxx"

View file

@ -21,7 +21,7 @@
#include "test_AddonManagement.hxx"
#include "config.h"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include <sstream>
#include <string>

View file

@ -20,7 +20,7 @@
#include "test_hidinput.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include <simgear/misc/test_macros.hxx>

View file

@ -22,7 +22,7 @@
#include <memory>
#include <cstring>
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include "test_suite/FGTestApi/TestPilot.hxx"

View file

@ -22,7 +22,7 @@
#include <memory>
#include <cstring>
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include "test_suite/FGTestApi/TestPilot.hxx"

View file

@ -3,7 +3,7 @@
#include <memory>
#include <cstring>
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include <Navaids/NavDataCache.hxx>

View file

@ -20,7 +20,7 @@
#include "test_autosaveMigration.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include <simgear/props/props_io.hxx>
#include <simgear/io/iostreams/sgstream.hxx>

View file

@ -18,7 +18,7 @@
#include "test_posinit.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include <simgear/props/props_io.hxx>

View file

@ -1,6 +1,6 @@
#include "test_aircraftPerformance.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include <simgear/misc/strutils.hxx>

View file

@ -1,6 +1,6 @@
#include "test_flightplan.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include <simgear/misc/strutils.hxx>

View file

@ -1,6 +1,6 @@
#include "test_navaids2.hxx"
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include <Navaids/NavDataCache.hxx>

View file

@ -3,7 +3,7 @@
#include <memory>
#include <cstring>
#include "test_suite/FGTestApi/globals.hxx"
#include "test_suite/FGTestApi/testGlobals.hxx"
#include "test_suite/FGTestApi/NavDataCache.hxx"
#include "test_suite/FGTestApi/TestPilot.hxx"