summaryrefslogtreecommitdiff
path: root/test/test_ipaddr.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-06 02:34:24 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-06 02:34:24 +0000
commit79c0e644a175754540399ff2148f3fdb5c998339 (patch)
treea3cd5ab3ba1d5fb8ca8e4341c3d2e4bcb67e44e3 /test/test_ipaddr.rb
parentff1b89a96d0f103ff0c917c458ddd3e36e9b3718 (diff)
* test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,
test_pathname.rb,test_pp.rb,test_prettyprint.rb,test_set.rb, test_time.rb,test_tsort.rb: added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_ipaddr.rb')
-rw-r--r--test/test_ipaddr.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_ipaddr.rb b/test/test_ipaddr.rb
new file mode 100644
index 0000000000..2db04787f1
--- /dev/null
+++ b/test/test_ipaddr.rb
@@ -0,0 +1,4 @@
+require 'pathname'
+require Pathname.new(__FILE__).parent.join('inlinetest.rb')
+target = __FILE__.scan(/test_(.*\.rb)$/)[0][0]
+InlineTest.loadtest__END__part(target)