Merge pull request #2484 from firefly2442/add-physics-commandline-help

add missing physics unit test to --help listing in main.cpp
This commit is contained in:
Juan Linietsky 2015-10-17 10:12:56 -03:00
commit 4a6bd7844a

View File

@ -61,6 +61,7 @@ const char ** tests_get_names() {
"gui",
"io",
"shaderlang",
"physics",
NULL
};