Register GDScript test tools as test commands to run via command-line
This commit is contained in:
parent
6b7e50ab34
commit
0cc05c5a31
9 changed files with 135 additions and 44 deletions
|
|
@ -86,11 +86,13 @@ public:
|
|||
|
||||
protected:
|
||||
friend class Main;
|
||||
// Needed by tests to setup command-line args.
|
||||
friend int test_main(int argc, char *argv[]);
|
||||
|
||||
HasServerFeatureCallback has_server_feature_callback = nullptr;
|
||||
RenderThreadMode _render_thread_mode = RENDER_THREAD_SAFE;
|
||||
|
||||
// functions used by main to initialize/deinitialize the OS
|
||||
// Functions used by Main to initialize/deinitialize the OS.
|
||||
void add_logger(Logger *p_logger);
|
||||
|
||||
virtual void initialize() = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue