First commit after CVS conversion. Should be just administrative changes.
This commit is contained in:
13
parse/test/runall
Executable file
13
parse/test/runall
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/perl -w
|
||||
use strict;
|
||||
my @tests;
|
||||
|
||||
if (@ARGV) {
|
||||
@tests = @ARGV;
|
||||
} else {
|
||||
@tests=qw(t1.cue t2.cue t3.cue);
|
||||
}
|
||||
|
||||
foreach my $cue_file (@tests) {
|
||||
system("../cueparser $cue_file");
|
||||
}
|
||||
Reference in New Issue
Block a user