First commit after CVS conversion. Should be just administrative changes.

This commit is contained in:
R. Bernstein
2008-11-29 00:56:26 -05:00
parent 4ea407f746
commit 95f087cdc3
413 changed files with 86786 additions and 86 deletions

13
parse/test/runall Executable file
View 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");
}

9
parse/test/t1.cue Normal file
View File

@@ -0,0 +1,9 @@
FILE "t1.bin" BINARY
TRACK 01 MODE2/2352
FLAGS DCP
INDEX 01 00:00:00
TRACK 02 MODE2/2352
FLAGS DCP
INDEX 00 00:04:00
INDEX 01 00:06:00
INDEX 02 00:06:32

10
parse/test/t2.cue Normal file
View File

@@ -0,0 +1,10 @@
FILE t2.bin AUDIO
TRACK 01 MODE1/2352
FLAGS DCP INDEX 01 00:00:00
TRACK 02 MODE1/2048
FLAGS DCP
INDEX 00 00:04:00
INDEX 01 00:06:00
INDEX 02 00:06:32

7
parse/test/t3.cue Normal file
View File

@@ -0,0 +1,7 @@
FILE BINARY BINARY
TRACK 01 MODE2/2352
FLAGS DCP
INDEX 01 00:00:00
TRACK 02 MODE2/2352
FLAGS DCP
INDEX 00 00:04:00 INDEX 01 00:06:93 INDEX 02 00:61:32