From dabb9f5982c8cb413d5ae4aaf88ec65faffe01a7 Mon Sep 17 00:00:00 2001 From: firefly2442 Date: Wed, 16 Sep 2015 16:43:00 -0500 Subject: [PATCH] add missing physics unit test to --help listing in main.cpp --- bin/tests/test_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/test_main.cpp b/bin/tests/test_main.cpp index 3dba347e39bd..5567145aa04f 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 };