# New Ticket Created by chromatic # Please include the string: [perl #43054] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43054 >
The test t/src/intlist.t calls into unexported libparrot functions (which is why it Just Doesn't Work on Win32). There's no easy way to test these functions through PIR or the external API, so the test is fairly decent. A better test would link all of the necessary .c files (mostly just src/intlist.c) into a full application, without linking against libparrot dynamically. However, we don't have a test function that does that. Your task is to build one. This may necessitate figuring out how to save the relevant "How do I invoke the compiler?" magic from the Makefile into a separate program or configuration file or Perl module somewhere.