00001 #ifndef _HLBR_TEST_H_ 00002 #define _HLBR_TEST_H_ 00003 00004 #include "../config.h" 00005 #include "../engine/hlbr.h" 00006 00007 #define TEST_NONE -1 00008 00009 int InitTests(); 00010 int CreateTest(char* Name); 00011 int GetTestByName(char* Name); 00012 int BindTestToDecoder(int TestID, char* Decoder); 00013 int TestAddNode(int TestID, int RuleNum, void* Data); 00014 int TestsFinishSetup(); 00015 00016 #endif