| Index: mojo/tools/get_test_list.py
|
| diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
|
| index f21a862b42519071191590d6c40e00d99549eea3..d42815a5a6d4f2a2bea32f1683d16261c8a64f2f 100755
|
| --- a/mojo/tools/get_test_list.py
|
| +++ b/mojo/tools/get_test_list.py
|
| @@ -236,6 +236,7 @@ def GetTestList(config, verbose_count=0):
|
| if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_PERF):
|
| test_names = ["mojo_public_c_system_perftests",
|
| "mojo_public_cpp_bindings_perftests",
|
| + "mojo_public_cpp_environment_perftests",
|
| "mojo_edk_system_perftests"]
|
|
|
| for test_name in test_names:
|
|
|