From 081e719ef9e71e7a344c498b71db3e4d6625120c Mon Sep 17 00:00:00 2001 From: Iblis Lin Date: Sun, 20 Mar 2016 02:08:44 +0800 Subject: [PATCH] [doc] Add googletest as dependency in README [skip ci] Reference: #43 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28772c5..21492a2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ increase input performance. * Qt = 5 * Editor with [EditorConfig](http://editorconfig.org/) support * [lcov](http://ltp.sourceforge.net/coverage/lcov.php) for coverage testing +* [googletest](https://github.com/google/googletest) as testing framework ## Build