You've already forked lazarus-ccr
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
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
<PackageName Value="LCLBase"/>
|
<PackageName Value="LCLBase"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="10">
|
<Units Count="17">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="spreadtestcli.lpr"/>
|
<Filename Value="spreadtestcli.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@@ -109,8 +109,42 @@
|
|||||||
<Unit9>
|
<Unit9>
|
||||||
<Filename Value="insertdeletetests.pas"/>
|
<Filename Value="insertdeletetests.pas"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="insertdeletetests"/>
|
|
||||||
</Unit9>
|
</Unit9>
|
||||||
|
<Unit10>
|
||||||
|
<Filename Value="errortests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="errortests"/>
|
||||||
|
</Unit10>
|
||||||
|
<Unit11>
|
||||||
|
<Filename Value="numberstests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="numberstests"/>
|
||||||
|
</Unit11>
|
||||||
|
<Unit12>
|
||||||
|
<Filename Value="fonttests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="fonttests"/>
|
||||||
|
</Unit12>
|
||||||
|
<Unit13>
|
||||||
|
<Filename Value="formulatests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="formulatests"/>
|
||||||
|
</Unit13>
|
||||||
|
<Unit14>
|
||||||
|
<Filename Value="numformatparsertests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="numformatparsertests"/>
|
||||||
|
</Unit14>
|
||||||
|
<Unit15>
|
||||||
|
<Filename Value="optiontests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="optiontests"/>
|
||||||
|
</Unit15>
|
||||||
|
<Unit16>
|
||||||
|
<Filename Value="virtualmodetests.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="virtualmodetests"/>
|
||||||
|
</Unit16>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ uses
|
|||||||
testdbwriter {used to get results into db},
|
testdbwriter {used to get results into db},
|
||||||
|
|
||||||
{the actual tests}
|
{the actual tests}
|
||||||
datetests, manualtests, numberstests, stringtests, internaltests,
|
datetests, manualtests, stringtests, internaltests, testsutility, testutils,
|
||||||
testsutility, testutils, formattests,
|
formattests, colortests, emptycelltests, insertdeletetests,
|
||||||
colortests, fonttests, optiontests, numformatparsertests, formulatests,
|
errortests, numberstests, fonttests, formulatests, numformatparsertests,
|
||||||
emptycelltests, errortests, virtualmodetests, insertdeletetests;
|
optiontests, virtualmodetests;
|
||||||
|
|
||||||
const
|
const
|
||||||
ShortOpts = 'ac:dhlpr:x';
|
ShortOpts = 'ac:dhlpr:x';
|
||||||
|
|||||||
Reference in New Issue
Block a user