OpenDNSSEC-enforcer  1.4.6
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 444 of file test_database.c.

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

Referenced by main().

int TestDds ( void  )

Definition at line 179 of file test_dd_string.c.

References TcuCreateSuite().

Referenced by main().

int TestDis ( void  )

Definition at line 94 of file test_di_string.c.

References TcuCreateSuite().

Referenced by main().

int TestDqs ( void  )

Definition at line 212 of file test_dq_string.c.

References TcuCreateSuite().

Referenced by main().

int TestDt ( void  )

Definition at line 871 of file test_datetime.c.

References TcuCreateSuite().

Referenced by main().

int TestDus ( void  )

Definition at line 254 of file test_du_string.c.

References TcuCreateSuite().

Referenced by main().

int TestKeyword ( void  )

Definition at line 244 of file test_keyword.c.

References TcuCreateSuite().

Referenced by main().

int TestKsmImport ( void  )

Definition at line 249 of file test_ksm_import.c.

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

Referenced by main().

int TestKsmKey ( void  )

Definition at line 369 of file test_ksm_key.c.

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

Referenced by main().

int TestKsmKeyDelete ( void  )

Definition at line 219 of file test_ksm_key_delete.c.

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

Referenced by main().

int TestKsmParameter ( void  )

Definition at line 150 of file test_ksm_parameter.c.

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

Referenced by main().

int TestKsmPolicy ( void  )

Definition at line 220 of file test_ksm_policy.c.

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

Referenced by main().

int TestKsmPurge ( void  )

Definition at line 126 of file test_ksm_purge.c.

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

Referenced by main().

int TestKsmRequest ( void  )

Definition at line 144 of file test_ksm_request.c.

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

Referenced by main().

int TestKsmUpdate ( void  )

Definition at line 100 of file test_ksm_update.c.

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

Referenced by main().

int TestKsmZone ( void  )

Definition at line 127 of file test_ksm_zone.c.

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

Referenced by main().

int TestMsg ( void  )

Definition at line 241 of file test_message.c.

References TcuCreateSuite().

Referenced by main().

int TestStr ( void  )

Definition at line 555 of file test_string_util.c.

References TcuCreateSuite().

Referenced by main().

int TestStr2 ( void  )

Definition at line 425 of file test_string_util2.c.

References TcuCreateSuite().