Skip to content

Commit

Permalink
Add coverage to some Parrot_api_* functions
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 29, 2011
1 parent b735ced commit b59b869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/src/embed/api.t
Expand Up @@ -216,6 +216,10 @@ int main(void) {
imcc_compile_file_api(interp, pir_compiler, filename, &bytecode);
Parrot_api_run_bytecode(interp, bytecode, NULL);
Parrot_api_set_warnings(interp, 0);
Parrot_api_add_library_search_path(interp, ".");
Parrot_api_add_dynext_search_path(interp, ".");
Parrot_api_string_import_ascii(interp, "Pi->", &signature_s);
Parrot_api_string_import_ascii(interp, "CallContext", &callcontext_s);
Expand Down

0 comments on commit b59b869

Please sign in to comment.