Test functions directory
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <ctime>
|
||||
#include <string>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
/* ============================================================
|
||||
* TARGET DATA STRUCTURES
|
||||
@@ -212,3 +213,14 @@ extern float uniform_bearing_cursor;
|
||||
// GLSL uniform: float marine_a_bearing
|
||||
// Components: Marine A-scope
|
||||
extern float uniform_marine_a_bearing;
|
||||
|
||||
/* ============================================================
|
||||
* TEMPORARY TEST FILE REGISTRY
|
||||
* Each active test .cpp stub pushes its filename into test_functions.
|
||||
* Each active test .h stub pushes its filename into test_functions_include.
|
||||
* Both are printed at startup when any entry is present so it is
|
||||
* immediately visible that test infrastructure is compiled in.
|
||||
* Components: any temporary test stub; Thread 1 (startup logging)
|
||||
* ============================================================ */
|
||||
extern std::vector<std::string> test_functions;
|
||||
extern std::vector<std::string> test_functions_include;
|
||||
|
||||
Reference in New Issue
Block a user