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