I'm trying to get my project to move to TAP -- we have some perl test files and some C++ test files. Let's say I have 2 files: test.pl, and test.exe, the former is a perl program and the latter is a compiled program that outputs TAP.
How do I use TAPx::Harness to run them both? I'm not really sure how to use the 'exec' switch for a program that doesn't require an interpreter :) Julien