diff options
Diffstat (limited to 'bin/tests/test_main.cpp')
| -rw-r--r-- | bin/tests/test_main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tests/test_main.cpp b/bin/tests/test_main.cpp index 5d66f35f24..5567145aa0 100644 --- a/bin/tests/test_main.cpp +++ b/bin/tests/test_main.cpp @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -61,6 +61,7 @@ const char ** tests_get_names() { "gui", "io", "shaderlang", + "physics", NULL }; |