From ce0cfbf672effc694337ba1528b75efd11a1311e Mon Sep 17 00:00:00 2001 From: the-themis-benchmarks Date: Fri, 4 Jun 2021 20:09:51 -0700 Subject: [PATCH] revise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e8a89..19c5cfe 100644 --- a/README.md +++ b/README.md @@ -840,7 +840,7 @@ Take `Monkey` as an example, the basic steps to add a new tool into Themis's inf * add the call of this shell script in `scripts/themis.py` (see function `run_monkey`) * add the code of parsing the outputs of the new tool in `scripts/check_crash.py`. -In fact, we already have successfully integrated [FastBot](https://github.com/bytedance/Fastbot_Android), an industrial testing tool developed by ByteDance, into Themis. +In fact, we already have successfully integrated [FastBot](https://github.com/bytedance/Fastbot_Android), an industrial testing tool developed by ByteDance, into Themis. See [the script](https://github.com/the-themis-benchmarks/home/blob/master/scripts/run_fastbot.sh) for supporting FastBot. ### 3. Optimize and enhance existing supported tools