two test failures
[p5sagit/p5-mst-13.2.git] / ext / threads / t / basic.t
index 3f24fcd..4c6dde2 100755 (executable)
 #########################
 
 
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+    require Config; import Config;
+    unless ($Config{'useithreads'}) {
+       print "1..0 # Skip: no useithreads\n";
+       exit 0; 
+    }
+}
+
 use ExtUtils::testlib;
 use strict;
 BEGIN { print "1..12\n" };