Add LADX disassembly to test suite (#1265)

This commit is contained in:
Rangi
2023-12-11 12:21:38 -05:00
committed by GitHub
parent fd78a9ae83
commit b886b7e611
3 changed files with 7 additions and 4 deletions

1
test/.gitignore vendored
View File

@@ -1,3 +1,4 @@
/LADX-Disassembly/
/libbet/ /libbet/
/pokecrystal/ /pokecrystal/
/pokered/ /pokered/

View File

@@ -95,8 +95,9 @@ case "$actionname" in
esac esac
if "$nonfree"; then if "$nonfree"; then
action pret/pokecrystal 2023-11-22 9a917e35760210a1f34057ecada2148f1fefc390 action pret/pokecrystal 2023-11-22 9a917e35760210a1f34057ecada2148f1fefc390
action pret/pokered 2023-11-21 d4d7b91aecf651b06d1f466ecc22b65da234a299 action pret/pokered 2023-12-05 f6017ddbfd7e14ea39b81ce3393de9117e7310d9
action zladx/LADX-Disassembly 2023-12-10 e08773051fa75f0c02a85434196fd598642d2c2c
fi fi
action AntonioND/ucity 2023-11-02 c781ae20c0b319262b19b51e5067a2c93cf3b362 action AntonioND/ucity 2023-11-02 c781ae20c0b319262b19b51e5067a2c93cf3b362
action pinobatch/libbet 2023-11-30 9f56cf94883c58517c2cd41a752cfee5a5800e8d action pinobatch/libbet 2023-11-30 9f56cf94883c58517c2cd41a752cfee5a5800e8d

View File

@@ -65,8 +65,9 @@ test_downstream() { # owner/repo make-target
} }
if "$nonfree"; then if "$nonfree"; then
test_downstream pret/pokecrystal compare test_downstream pret/pokecrystal compare
test_downstream pret/pokered compare test_downstream pret/pokered compare
test_downstream zladx/LADX-Disassembly ''
fi fi
test_downstream AntonioND/ucity '' test_downstream AntonioND/ucity ''
test_downstream pinobatch/libbet all test_downstream pinobatch/libbet all