aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp/gm_knowledge.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-12-18 16:59:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-20 19:23:46 +0000
commit2a7f0aa9ebfd66c902dcf1a0ca86ced9fde60d5a (patch)
tree873498e4260d853ba81174b9bd1a123c423a5fef /tools/skqp/gm_knowledge.h
parent45e57732dd445110146679671880c7c17f09f11d (diff)
SkQP: better error report workflow
* Generate report in app after running all tests. * Add script to unpack backup.ab file. * Remove unused index file. * Streamline instructions in README.md. Change-Id: I44c80b17332eb4496ee31578287b691bd646d71a Reviewed-on: https://skia-review.googlesource.com/86742 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools/skqp/gm_knowledge.h')
-rw-r--r--tools/skqp/gm_knowledge.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/skqp/gm_knowledge.h b/tools/skqp/gm_knowledge.h
index 4aca00ec30..25399c4c0d 100644
--- a/tools/skqp/gm_knowledge.h
+++ b/tools/skqp/gm_knowledge.h
@@ -66,6 +66,12 @@ Check to see if the given test has expected results.
*/
bool IsGoodGM(const char* name, skqp::AssetManager* assetManager);
+/**
+Call this after running all checks.
+
+@param report_directory_path locatation to write report to.
+*/
+bool MakeReport(const char* report_directory_path);
} // namespace gmkb
#endif // gm_knowledge_DEFINED