This website works better with JavaScript
Home
Explore
Help
Sign In
Godot
/
godot
mirror of
https://github.com/godotengine/godot.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add missing physics unit test to --help listing in main.cpp
firefly2442
10 years ago
parent
889d21e004
commit
dabb9f5982
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
bin/tests/test_main.cpp
+ 1
- 0
bin/tests/test_main.cpp
View File
@@ -61,6 +61,7 @@ const char ** tests_get_names() {
"gui",
"io",
"shaderlang",
+ "physics",
NULL
};