GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LCI / V6-1-0 > LCI_test / rhel6-32


Interface   Data Structures   File List   Data Fields   Globals  

Functions | Variables
test_main.c File Reference

Main program for LCI testing. More...

#include <test_p.h>
#include <PBS/PBS.h>
#include <MSG/MSG_pubdefs.h>
#include <MSG/MSG_printProc.h>
#include <stdio.h>
#include <string.h>

Functions

int main (int argc, char **argv)
 Main routine.

Variables

static const Test test []
 Array of tests to run.

Detailed Description

Main program for LCI testing.

Author:
James Swain & Owen Saxton

$Id: test_main.c,v 1.7 2011/03/29 19:34:34 saxton Exp $


Function Documentation

int main ( int  argc,
char **  argv 
)

Main routine.

References Test::fn.


Variable Documentation

const Test test[] [static]
Initial value:
 { {"catechise", LCI_test_catechise},
                             {"transport", LCI_test_transport},
                             {"compiler",  LCI_test_compiler},
                             {NULL,        NULL} }

Array of tests to run.