diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-11-15 20:33:48 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-11-15 20:33:48 -0800 |
| commit | 6140b6b2e0673eaa8d5d65d2685134741f402add (patch) | |
| tree | 0722324903942ab8a3e7de49af983adb24da8119 /scripts/capsule.sh | |
| parent | Run python tests if setup.py is found (diff) | |
| download | jitterbug-6140b6b2e0673eaa8d5d65d2685134741f402add.tar.gz | |
Detect Winxed-based build systems + test suitesmaster
Diffstat (limited to 'scripts/capsule.sh')
| -rwxr-xr-x | scripts/capsule.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
