Ver código fonte

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

add missing physics unit test to --help listing in main.cpp
Juan Linietsky 10 anos atrás
pai
commit
4a6bd7844a
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      bin/tests/test_main.cpp

+ 1 - 0
bin/tests/test_main.cpp

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