From c8d1d8eb74ed18e1c73d1783d7624b1f80a1c4b3 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 23 Sep 2014 15:49:33 +0000 Subject: [PATCH] fpspreadsheet: Make sure that all test units are added to the cli test suite. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3597 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../fpspreadsheet/tests/spreadtestcli.lpi | 38 ++++++++++++++++++- .../fpspreadsheet/tests/spreadtestcli.lpr | 8 ++-- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/components/fpspreadsheet/tests/spreadtestcli.lpi b/components/fpspreadsheet/tests/spreadtestcli.lpi index 6f0a2b677..269d51e10 100644 --- a/components/fpspreadsheet/tests/spreadtestcli.lpi +++ b/components/fpspreadsheet/tests/spreadtestcli.lpi @@ -69,7 +69,7 @@ - + @@ -109,8 +109,42 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/fpspreadsheet/tests/spreadtestcli.lpr b/components/fpspreadsheet/tests/spreadtestcli.lpr index 2a81d6776..470885b5a 100644 --- a/components/fpspreadsheet/tests/spreadtestcli.lpr +++ b/components/fpspreadsheet/tests/spreadtestcli.lpr @@ -11,10 +11,10 @@ uses testdbwriter {used to get results into db}, {the actual tests} - datetests, manualtests, numberstests, stringtests, internaltests, - testsutility, testutils, formattests, - colortests, fonttests, optiontests, numformatparsertests, formulatests, - emptycelltests, errortests, virtualmodetests, insertdeletetests; + datetests, manualtests, stringtests, internaltests, testsutility, testutils, + formattests, colortests, emptycelltests, insertdeletetests, + errortests, numberstests, fonttests, formulatests, numformatparsertests, + optiontests, virtualmodetests; const ShortOpts = 'ac:dhlpr:x';