diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a58d58b --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +Litmus is an automated testing tool for tizen arm devices. + +Buliding & installing +--------------------- + +1. Change directory name with version postfix and create an orig.tar.gz + + $ mv litmus litmus-0.3.0 + $ tar cvfz litmus-0.3.0.orig.tar.gz litmus-0.3.0 + +1. Build a deb package with debuild + + $ cd litmus-0.3.0 + $ debuild + +2. Install the deb package using dpkg + + $ sudo dpkg -i litmus_0.3.0-1_amd64.deb + + +Getting started +--------------- + +1. Create a litmus project: + + $ litmus mk myproject + +2. Modify <project_path>/userscript.py and <project_path>/conf.yaml + +3. Run the litmus project + + $ litmus run myproject |