(Automated Tests) Updated README to state the installation of the required font files 70/177670/3
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 2 May 2018 17:48:14 +0000 (18:48 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 2 May 2018 17:50:52 +0000 (17:50 +0000)
Change-Id: I4f1e92877132305dfe061b6d14c60adaa0aa8e80

automated-tests/README.md

index 72d7473..0ca2dd0 100644 (file)
@@ -23,6 +23,14 @@ $ sudo locale-gen en
 $ sudo locale-gen ar
 $ sudo update-locale
 
 $ sudo locale-gen ar
 $ sudo update-locale
 
+Installing fonts required by tests
+----------------------------------
+
+The test suite requires certain fonts in the repository to be installed:
+
+$ mkdir -p ~/.fonts
+$ cp -r resources/fonts/* ~/.fonts/
+$ fc-cache
 
 Quickstart
 ----------
 
 Quickstart
 ----------