OpenDNSSEC-enforcer  1.4.3
Functions
test.c File Reference
#include <assert.h>
#include <stdio.h>
#include "CUnit/Basic.h"
#include "test_routines.h"
Include dependency graph for test.c:

Go to the source code of this file.

Functions

int TestDb (void)
 
int TestDds (void)
 
int TestDis (void)
 
int TestDqs (void)
 
int TestDus (void)
 
int TestDt (void)
 
int TestKeyword (void)
 
int TestMsg (void)
 
int TestStr (void)
 
int TestStr2 (void)
 
int TestKsmPurge (void)
 
int TestKsmKey (void)
 
int TestKsmParameter (void)
 
int TestKsmRequest (void)
 
int TestKsmKeyDelete (void)
 
int TestKsmUpdate (void)
 
int TestKsmPolicy (void)
 
int TestKsmZone (void)
 
int TestKsmImport (void)
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)
int TestDb ( void  )

Definition at line 446 of file test_database.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestDds ( void  )

Definition at line 181 of file test_dd_string.c.

References TcuCreateSuite().

Referenced by main().

int TestDis ( void  )

Definition at line 96 of file test_di_string.c.

References TcuCreateSuite().

Referenced by main().

int TestDqs ( void  )

Definition at line 214 of file test_dq_string.c.

References TcuCreateSuite().

Referenced by main().

int TestDt ( void  )

Definition at line 873 of file test_datetime.c.

References TcuCreateSuite().

Referenced by main().

int TestDus ( void  )

Definition at line 256 of file test_du_string.c.

References TcuCreateSuite().

Referenced by main().

int TestKeyword ( void  )

Definition at line 246 of file test_keyword.c.

References TcuCreateSuite().

Referenced by main().

int TestKsmImport ( void  )

Definition at line 251 of file test_ksm_import.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmKey ( void  )

Definition at line 371 of file test_ksm_key.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmKeyDelete ( void  )

Definition at line 221 of file test_ksm_key_delete.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmParameter ( void  )

Definition at line 152 of file test_ksm_parameter.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmPolicy ( void  )

Definition at line 222 of file test_ksm_policy.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmPurge ( void  )

Definition at line 128 of file test_ksm_purge.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmRequest ( void  )

Definition at line 146 of file test_ksm_request.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmUpdate ( void  )

Definition at line 102 of file test_ksm_update.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestKsmZone ( void  )

Definition at line 129 of file test_ksm_zone.c.

References TcuCreateSuite(), TdbSetup(), and TdbTeardown().

Referenced by main().

int TestMsg ( void  )

Definition at line 243 of file test_message.c.

References TcuCreateSuite().

Referenced by main().

int TestStr ( void  )

Definition at line 557 of file test_string_util.c.

References TcuCreateSuite().

Referenced by main().

int TestStr2 ( void  )

Definition at line 427 of file test_string_util2.c.

References TcuCreateSuite().