Wiki page enlightenment-regression.md changed with summary [started on enlightenment regression doc] by Andrew Williams

This commit is contained in:
Andrew Williams 2018-01-05 04:53:30 -08:00 committed by apache
parent e91a5a607d
commit 4e792731c7
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# Regression Testing of Enlightenment #
Enlightenment has a regression testing suite that can be of benefit when exploring a
possible defect or unexpected change in the window manager or it's applications.
The test suite can be found at https://git.enlightenment.org/devs/discomfitor/test-e.git
but it must be installed using the following instructions before it can be used.
## Prerequisites ##
* An up to date installation of EFL [from git](https://git.enlightenment.org/core/efl.git) or from your [operating system repository](https://phab.enlightenment.org/w/packaging_status/).
* The latest enlightenment from our [git repository](https://git.enlightenment.org/core/enlightenment.git).
## Installing ##
The test suite should be cloned from git and installed in the usual autotools manner:
```
$ git clone https://git.enlightenment.org/devs/discomfitor/test-e.git
$ cd test-e
$ ./autogen.sh --prefix=<your enlightenment prefix here>
$ make
$ make install
```
## Running Tests ##
## Adding New Tests ##