From 6140b6b2e0673eaa8d5d65d2685134741f402add Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 15 Nov 2011 20:33:48 -0800 Subject: Detect Winxed-based build systems + test suites --- scripts/capsule.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/capsule.sh b/scripts/capsule.sh index fd120b4..8d94449 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -36,6 +36,10 @@ function jitterbug_build () { elif [ -f 'setup.nqp' ]; then echo "Found setup.nqp" HARNESS_VERBOSE=1 HARNESS_TIMER=1 parrot-nqp setup.nqp test >> $logfile 2>&1 + elif [ -f 'setup.winxed' ]; then + echo "Found setup.winxed" + winxed setup.winxed build >> $logfile 2>&1 + winxed setup.winxed test >> $logfile 2>&1 elif [ -f 'Configure.pl' ]; then echo "Found Configure.pl" perl Configure.pl >> $logfile 2>&1 -- cgit v1.2.3