Litmus is an automated testing tool for tizen arm devices.
+Prerequisite
+---------------------
+
+Litmus uses sdb to communicate with device.
+sdb is not released on download.tizen.org/tools but you can find it from sdk.
+
+Installing sdb from tizen sdk or download binary from below url.
+
+32bit:
+http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-32.zip
+
+64bit:
+http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-64.zip
+
+Unzip this package and copy sdb binary to /usr/bin
+
+
Buliding & installing
---------------------
-1. Change directory name with version postfix and create an orig.tar.gz
+1. Clone this project
- $ git clone http://github.com/dhs-shine/litmus
+ $ git clone https://github.com/dhs-shine/litmus
- $ tar cvfz litmus_0.3.1.orig.tar.gz litmus
-
1. Build a deb package with debuild
$ cd litmus
3. Run the litmus project
$ litmus run myproject
+
+
+Please refer to litmus wiki for more details.
+
+https://github.com/dhs-shine/litmus/wiki
+https://wiki.tizen.org/wiki/Litmus