tests_compile.h 407 B

123456
  1. /* Objects to link with; ctype is variant for test helpers and other modules,
  2. own_ctype is (if link_with_module) for this module's objects. */
  3. char *test_obj_list(const struct manifest *m, bool link_with_module,
  4. enum compile_type ctype, enum compile_type own_ctype);
  5. /* Library list as specified by ctype variant of _info. */
  6. char *test_lib_list(const struct manifest *m, enum compile_type ctype);