diff options
author | firefly2442 <firefly2442@gmail.com> | 2015-09-16 16:43:00 -0500 |
---|---|---|
committer | firefly2442 <firefly2442@gmail.com> | 2015-09-16 16:43:00 -0500 |
commit | dabb9f5982c8cb413d5ae4aaf88ec65faffe01a7 (patch) | |
tree | 4987a1656bc8372dad6a39e8c957a950c7353250 /bin/tests/test_main.cpp | |
parent | 889d21e0049a0e84d6d44db9b80193f93fd62f17 (diff) |
add missing physics unit test to --help listing in main.cpp
Diffstat (limited to 'bin/tests/test_main.cpp')
-rw-r--r-- | bin/tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tests/test_main.cpp b/bin/tests/test_main.cpp index 3dba347e39..5567145aa0 100644 --- a/bin/tests/test_main.cpp +++ b/bin/tests/test_main.cpp @@ -61,6 +61,7 @@ const char ** tests_get_names() { "gui", "io", "shaderlang", + "physics", NULL }; |