1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-01 22:30:09 +02:00

Add C memory contexts.

This commit is contained in:
David Steele
2017-10-16 11:25:49 -04:00
parent 6f5186f9e6
commit 583a76f605
5 changed files with 846 additions and 0 deletions

View File

@@ -118,6 +118,16 @@ my $oTestDef =
'common/errorType' => TESTDEF_COVERAGE_FULL,
},
},
{
&TESTDEF_NAME => 'mem-context',
&TESTDEF_TOTAL => 6,
&TESTDEF_C => true,
&TESTDEF_COVERAGE =>
{
'common/memContext' => TESTDEF_COVERAGE_FULL,
},
},
{
&TESTDEF_NAME => 'http-client',
&TESTDEF_TOTAL => 2,