add missing physics unit test to --help listing in main.cpp

This commit is contained in:
firefly2442 2015-09-16 16:43:00 -05:00
parent 889d21e004
commit dabb9f5982

View file

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