From fc1260b0bc4c95bdcd8039590fe64dcbca03c26e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 31 Jan 2011 20:39:35 +0000 Subject: [PATCH] Few touches of autotests git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37390 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/autotests/Makefile | 2 ++ development/autotests/README | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 development/autotests/Makefile 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.: -- 2.39.2