virtualx-engine/tests
Juan Linietsky 0dd65378e7 Add support for command-line user arguments.
Implements the standard Unix double dash (--) commandline argument:
* Arguments after a double dash (--) are ignored by Godot and stored for the user.
* User can access them via `OS.get_cmdline_user_args()`

Example:

`godot.exe scene_to_run.tscn --fullscreen -- --start-level 2`
2022-08-01 00:56:59 +02:00
..
core Merge pull request #42069 from Calinou/test-add-os 2022-07-30 09:45:00 +02:00
data
scene Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
servers Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub
test_macros.cpp
test_macros.h Remove Signal connect binds 2022-07-29 16:26:13 +02:00
test_main.cpp Add support for command-line user arguments. 2022-08-01 00:56:59 +02:00
test_main.h
test_tools.h
test_utils.cpp
test_utils.h
test_validate_testing.h