Test functions directory
This commit is contained in:
@@ -132,3 +132,13 @@ float uniform_bearing_cursor = 0.0f;
|
||||
// GLSL uniform: float marine_a_bearing
|
||||
// Components: Marine A-scope
|
||||
float uniform_marine_a_bearing = 0.0f;
|
||||
|
||||
/* ============================================================
|
||||
* TEMPORARY TEST FILE REGISTRY
|
||||
* Each active test stub pushes its own filename here at startup.
|
||||
* Thread 1 init prints these if non-empty so the presence of test
|
||||
* infrastructure is always visible in the console output.
|
||||
* Components: any temporary test stub; Thread 1 (startup logging)
|
||||
* ============================================================ */
|
||||
std::vector<std::string> test_functions;
|
||||
std::vector<std::string> test_functions_include;
|
||||
|
||||
Reference in New Issue
Block a user