Skip to content

Commit c20f1ef

Browse files
authored
Merge pull request #986 from simoninns/testdata-202512
Make testdata a sub-module of ld-decode for local tests
2 parents ec50aec + 22afb56 commit c20f1ef

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
submodules: true
1717
fetch-depth: 0
1818

19-
- uses: actions/checkout@v2
20-
with:
21-
repository: happycube/ld-decode-testdata
22-
path: testdata
23-
2419
- name: Install dependencies
2520
timeout-minutes: 10
2621
run: |

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ __pycache__
5151

5252
# ld-decode data files
5353
*.tbc
54-
testdata
5554
testout
5655

5756
# Temporary files

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "ezpwd"]
22
path = tools/efm-decoder/libs/ezpwd
33
url = https://github.com/pjkundert/ezpwd-reed-solomon.git
4+
[submodule "testdata"]
5+
path = testdata
6+
url = https://github.com/happycube/ld-decode-testdata

testdata

Submodule testdata added at fde153d

0 commit comments

Comments
 (0)