From: Pavel Sanda Date: Mon, 31 Jan 2011 20:39:35 +0000 (+0000) Subject: Few touches of autotests X-Git-Tag: 2.0.0~952 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fc1260b0bc4c95bdcd8039590fe64dcbca03c26e;p=lyx.git Few touches of autotests git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37390 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/autotests/Makefile b/development/autotests/Makefile new file mode 100644 index 0000000000..9c7820bebb --- /dev/null +++ b/development/autotests/Makefile @@ -0,0 +1,2 @@ +all: + ./run-tests.sh diff --git a/development/autotests/README b/development/autotests/README index e4e4b7035f..52a162dad2 100644 --- a/development/autotests/README +++ b/development/autotests/README @@ -10,6 +10,8 @@ In order to launch all the tests available in this folder, just run ./run-tests.sh +and do not interact with your computer while the tests are running. + If you wish to launch one or more specific tests, then provide them as argument to the script, e.g.: