Skip to content

Commit

Permalink
Add a test that we handle .CUE == .cue
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Sep 23, 2024
1 parent 133d512 commit 290a282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Test building a PS3 package
run: |
./pop-fe.py --ps3-pkg=vs.pkg --snd0=testimages/vs/sine.wav --cover=testimages/vs/blank.png --pic0=testimages/vs/blank.png --pic1=testimages/vs/blank.png --force-no-assets testimages/vs/vs.cue
- name: Test building a PS3 package with UPPER CASE .CUE
run: |
./pop-fe.py --ps3-pkg=vs.pkg --snd0=testimages/vs/sine.wav --cover=testimages/vs/blank.png --pic0=testimages/vs/blank.png --pic1=testimages/vs/blank.png --force-no-assets testimages/vs/vs.CUE
- name: Test building a multidisc PS3 package
run: |
./pop-fe.py --ps3-pkg=vs.pkg --snd0=testimages/vs/sine.wav --cover=testimages/vs/blank.png --pic0=testimages/vs/blank.png --pic1=testimages/vs/blank.png --force-no-assets testimages/vs/vs.cue testimages/vs/vs.cue
Expand Down
3 changes: 3 additions & 0 deletions testimages/vs/vs.CUE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FILE "vs.bin" BINARY
TRACK 01 MODE2/2352
INDEX 01 00:00:00

0 comments on commit 290a282

Please sign in to comment.