summaryrefslogtreecommitdiff
path: root/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runner.rb b/test/runner.rb
index d491b053a8..19c3b9b376 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -1,4 +1,5 @@
-exit if defined?(CROSS_COMPILING)
+require 'rbconfig'
+exit if CROSS_COMPILING
require 'test/unit'
rcsid = %w$Id$