aboutsummaryrefslogtreecommitdiff
path: root/util/test_utils_unittest_helper.h
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2019-12-02 16:39:18 -0500
committerCommit Bot <commit-bot@chromium.org>2019-12-02 23:01:53 +0000
commitfb40d231c3e2ee7c38f8445ef5defc0ab0f5f15d (patch)
tree4248055412c3255bec55e2709364fb1e80e2b710 /util/test_utils_unittest_helper.h
parent9601a548854dc776da6e7bd94d9b39ff03afc322 (diff)
downloadangle-fb40d231c3e2ee7c38f8445ef5defc0ab0f5f15d.tar.gz
Add new test runner harness.
The ANGLE test harness is a harness around GoogleTest that provides functionality similar to the Chromium test harness. It supports: * splitting a test set into shards * catching and reporting crashes and timeouts * outputting to the Chromium JSON test results format * multi-process execution Unit tests are added in test_utils_unittest.cpp. Bug: angleproject:3162 Change-Id: Idb15f113de8eb32db12bc93542de93b08d7c1447 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1478016 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Diffstat (limited to 'util/test_utils_unittest_helper.h')
-rw-r--r--util/test_utils_unittest_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/test_utils_unittest_helper.h b/util/test_utils_unittest_helper.h
index 660bde1afe..6414e476b1 100644
--- a/util/test_utils_unittest_helper.h
+++ b/util/test_utils_unittest_helper.h
@@ -16,6 +16,7 @@ constexpr char kRunAppTestStdout[] = "RunAppTest stdout test\n";
constexpr char kRunAppTestStderr[] = "RunAppTest stderr test\n .. that expands multiple lines\n";
constexpr char kRunAppTestArg1[] = "--expected-arg1";
constexpr char kRunAppTestArg2[] = "expected_arg2";
+constexpr char kRunTestSuite[] = "--run-test-suite";
} // anonymous namespace
#endif // COMMON_SYSTEM_UTILS_UNITTEST_HELPER_H_