forked from uwabami/rdtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.rb
executable file
·28 lines (28 loc) · 891 Bytes
/
test.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/env ruby
load 'test/test-block-parser.rb'
load 'test/test-desclist-item.rb'
load 'test/test-document-element.rb'
load 'test/test-document-struct.rb'
load 'test/test-element.rb'
load 'test/test-headline.rb'
load 'test/test-inline-parser.rb'
load 'test/test-list-item.rb'
load 'test/test-list.rb'
load 'test/test-methodlist-item.rb'
load 'test/test-nonterminal-element.rb'
load 'test/test-nonterminal-inline.rb'
load 'test/test-output-format-visitor.rb'
load 'test/test-parser-util.rb'
load 'test/test-rbl-file.rb'
load 'test/test-rbl-suite.rb'
load 'test/test-rd2html-lib.rb'
load 'test/test-rdtree.rb'
load 'test/test-rdvisitor.rb'
load 'test/test-reference-resolver.rb'
load 'test/test-reference.rb'
load 'test/test-search-file.rb'
load 'test/test-terminal-inline.rb'
load 'test/test-textblock.rb'
load 'test/test-tree.rb'
load 'test/test-version.rb'
load 'test/test-visitor.rb'