mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +02:00
* Add all test files to project
This commit is contained in:
parent
ae938e16a5
commit
bb2d12457c
@ -4,6 +4,7 @@
|
||||
<Version Value="12"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<SaveOnlyProjectUnits Value="True"/>
|
||||
<MainUnitHasCreateFormStatements Value="False"/>
|
||||
<MainUnitHasTitleStatement Value="False"/>
|
||||
<MainUnitHasScaledStatement Value="False"/>
|
||||
@ -32,6 +33,60 @@
|
||||
<Filename Value="tests.rtti.attrtypes.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="tests.rtti.util.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="Tests.Rtti.Util"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="tests.rtti.invoke.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="tests.rtti.impl.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="Tests.Rtti.Impl"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="tests.rtti.invoketypes.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="tests.rtti.impltypes.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="tests.rtti.value.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utcfpmonitor.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utcmatrix.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utcmatrix3d.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utcpoint.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utcquaternion.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utcvector.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="utmathvectorbase.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
@ -41,7 +96,6 @@
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<OtherUnitFiles Value="../src/inc"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
@ -50,9 +104,10 @@
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
<ConfigFile>
|
||||
<WriteConfigFilePath Value=""/>
|
||||
</ConfigFile>
|
||||
<OtherDefines Count="2">
|
||||
<Define0 Value="testinvoke"/>
|
||||
<Define1 Value="useffi"/>
|
||||
</OtherDefines>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
|
@ -36,7 +36,6 @@ uses
|
||||
ffi.manager,
|
||||
{$endif}
|
||||
consoletestrunner,
|
||||
tests.rtti.util,
|
||||
{$ifdef testinvoke}
|
||||
tests.rtti.invoke,
|
||||
{$endif}
|
||||
@ -44,18 +43,21 @@ uses
|
||||
tests.rtti.impl,
|
||||
{$endif}
|
||||
tests.rtti,
|
||||
tests.rtti.util,
|
||||
tests.rtti.value,
|
||||
tests.rtti.types,
|
||||
tests.rtti.attrtypes,
|
||||
tests.rtti.impltypes,
|
||||
tests.rtti.invoketypes,
|
||||
utmathvectorbase,
|
||||
utcmatrix,
|
||||
utcpoint,
|
||||
utcvector,
|
||||
utcquaternion
|
||||
{$IFDEF HAS_MONITOR}
|
||||
,utcfpmonitor, tests.rtti.attrtypes
|
||||
,utcfpmonitor
|
||||
{$ENDIF}
|
||||
|
||||
;
|
||||
;
|
||||
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user