Just to clarify.. I'm fine with running Test::Harness instead of TAPx::Harness. One of the things that drew me to Test::Harness was reading about TAP and how it's language agnostic. But putting in a non perl executable in runtests certainly doesn't work! I want to take advantage of the languagage agnosticness of TAP.. whats the test harness to use that doesn't care if your test programs are compiled executables, and how do you use it? Everything I've read in TAPX::Harness implies the use of an interpreter of some kind
Julien On 3/8/07, Julien Beasley <[EMAIL PROTECTED]> wrote:
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