genericopenlibs/liboil/src/liboiltest.h
changeset 72 403e7f6ed6c5
parent 18 47c74d1534e1
equal deleted inserted replaced
71:28ccaba883f4 72:403e7f6ed6c5
   101 IMPORT_C void oil_test_init (OilTest *test);
   101 IMPORT_C void oil_test_init (OilTest *test);
   102 
   102 
   103 IMPORT_C void oil_test_set_test_header (OilTest *test, OilParameter *p, int test_header);
   103 IMPORT_C void oil_test_set_test_header (OilTest *test, OilParameter *p, int test_header);
   104 IMPORT_C void oil_test_set_test_footer (OilTest *test, OilParameter *p, int test_footer);
   104 IMPORT_C void oil_test_set_test_footer (OilTest *test, OilParameter *p, int test_footer);
   105 
   105 
       
   106 IMPORT_C void oil_test_set_impl (OilTest *test, OilFunctionImpl *impl);
       
   107 
   106 void _oil_test_marshal_function (void *func, unsigned long *args, int n_args,
   108 void _oil_test_marshal_function (void *func, unsigned long *args, int n_args,
   107     unsigned int pointer_mask, OilProfile *prof);
   109     unsigned int pointer_mask, OilProfile *prof);
   108 
   110 
   109 IMPORT_C void *oil_test_get_source_data (OilTest *test, OilArgType arg_type);
   111 IMPORT_C void *oil_test_get_source_data (OilTest *test, OilArgType arg_type);
   110 IMPORT_C int oil_test_get_arg_pre_n (OilTest *test, OilArgType arg_type);
   112 IMPORT_C int oil_test_get_arg_pre_n (OilTest *test, OilArgType arg_type);