~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
package Suite;
use lib 'unit';
use base qw(Test::Unit::TestSuite);

sub name { 'RQG Unit Tests' } 
sub include_tests { qw(RandomTest GrammarTest FromGrammarTest ParseAllGrammars) }

1;