summaryrefslogtreecommitdiff
path: root/trunk/test/test_prettyprint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/test/test_prettyprint.rb')
-rw-r--r--trunk/test/test_prettyprint.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/test/test_prettyprint.rb b/trunk/test/test_prettyprint.rb
new file mode 100644
index 0000000000..981fedd98f
--- /dev/null
+++ b/trunk/test/test_prettyprint.rb
@@ -0,0 +1,4 @@
+require 'pathname'
+require Pathname.new(__FILE__).dirname.join('inlinetest.rb')
+target = __FILE__[/test_(.*\.rb)$/, 1]
+InlineTest.loadtest(target)