You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Tests: Drop old test_io referencing data which isn't included
This should eventually be rewritten to properly test IO features, but this would be part of a bigger work on adding a proper testing framework for Godot features. Fixes #2454.
This commit is contained in:
2
misc/dist/linux/godot.6
vendored
2
misc/dist/linux/godot.6
vendored
@@ -149,7 +149,7 @@ Build the scripting solutions (e.g. for C# projects).
|
||||
Generate JSON dump of the Godot API for GDNative bindings.
|
||||
.TP
|
||||
\fB\-\-test\fR <test>
|
||||
Run a unit test ('string', 'math', 'physics', 'physics_2d', 'render', 'oa_hash_map', 'gui', 'io', 'shaderlang', 'gd_tokenizer', 'gd_parser', 'gd_compiler', 'gd_bytecode', 'image', 'ordered_hash_map').
|
||||
Run a unit test ('string', 'math', 'physics', 'physics_2d', 'render', 'oa_hash_map', 'gui', 'shaderlang', 'gd_tokenizer', 'gd_parser', 'gd_compiler', 'gd_bytecode', 'image', 'ordered_hash_map').
|
||||
.SH FILES
|
||||
XDG_DATA_CONFIG/godot/ or ~/.config/godot/
|
||||
.RS
|
||||
|
||||
Reference in New Issue
Block a user