Apache HTTPD
Functions | Variables
runtests.c File Reference
#include "expat_config.h"
#include <stdio.h>
#include <string.h>
#include "expat.h"
#include "internal.h"
#include "minicheck.h"
#include "common.h"
#include "basic_tests.h"
#include "ns_tests.h"
#include "misc_tests.h"
#include "alloc_tests.h"
#include "nsalloc_tests.h"
#include "acc_tests.h"

Go to the source code of this file.

Functions

static Suitemake_suite (void)
 
int main (int argc, char *argv[])
 

Variables

XML_Parser g_parser = NULL
 

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 81 of file runtests.c.

◆ make_suite()

static Suite * make_suite ( void  )
static

Definition at line 65 of file runtests.c.

Variable Documentation

◆ g_parser

XML_Parser g_parser = NULL

Definition at line 62 of file runtests.c.