/* entry_test.h - Definitions for entry.h tests * * Author: Jack Hughes, OPENXTRA Limited * Written: Thursday, 30 April 2005 */ #ifndef ENTRY_TEST_H #define ENTRY_TEST_H (1) //---------------------------------------------- //-- Headers //---------------------------------------------- //-- //---------------------------------------------- //-- Constants //---------------------------------------------- //-- //---------------------------------------------- //-- Macros //---------------------------------------------- //-- //---------------------------------------------- //-- Typedefs //---------------------------------------------- //-- //---------------------------------------------- //-- Public variables //---------------------------------------------- //-- //---------------------------------------------- //-- Prototypes // Run all unit tests for the entry module extern char* entry_all_tests(void); //---------------------------------------------- //-- #endif /* ENTRY_TEST_H */