mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +02:00
* Added new test unit
This commit is contained in:
parent
f6402d6ff5
commit
94a4a38ad6
@ -22,13 +22,13 @@
|
||||
</PublishOptions>
|
||||
<RunParams>
|
||||
<local>
|
||||
<CommandLineParams Value="--suite=TTestJWT.TestVerifyES256"/>
|
||||
<CommandLineParams Value="--suite=TTestSQLDBRestOpenAPI.TestResourceReadOnly"/>
|
||||
</local>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="1">
|
||||
<Mode0 Name="default">
|
||||
<local>
|
||||
<CommandLineParams Value="--suite=TTestJWT.TestVerifyES256"/>
|
||||
<CommandLineParams Value="--suite=TTestSQLDBRestOpenAPI.TestResourceReadOnly"/>
|
||||
</local>
|
||||
</Mode0>
|
||||
</Modes>
|
||||
@ -38,7 +38,7 @@
|
||||
<PackageName Value="FCL"/>
|
||||
</Item1>
|
||||
</RequiredPackages>
|
||||
<Units Count="9">
|
||||
<Units Count="11">
|
||||
<Unit0>
|
||||
<Filename Value="testfpweb.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -75,6 +75,14 @@
|
||||
<Filename Value="../src/jwt/fpjwarsa.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit8>
|
||||
<Unit9>
|
||||
<Filename Value="testsqldbopenapi.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit9>
|
||||
<Unit10>
|
||||
<Filename Value="../src/restbridge/sqldbrestopenapi.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit10>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
@ -84,9 +92,14 @@
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<OtherUnitFiles Value="../src/base;../src/jwt"/>
|
||||
<OtherUnitFiles Value="../src/base;../src/jwt;../src/restbridge;../../fcl-openapi/src;../../fcl-jsonschema/src"/>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<DebugInfoType Value="dsDwarf3"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<Exceptions Count="3">
|
||||
|
@ -4,7 +4,7 @@ program testfpweb;
|
||||
|
||||
uses
|
||||
Classes, consoletestrunner, tchttproute, tcjwt, jsonparser,
|
||||
fpjwasha256, fpjwasha512, fpjwasha384, fpjwaes256, fpjwarsa;
|
||||
fpjwasha256, fpjwasha512, fpjwasha384, fpjwaes256, fpjwarsa, testsqldbopenapi, sqldbrestopenapi;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user