Skip to content

Commit cdb2a54

Browse files
committed
Deduplicate test code
Remove duplicated coverall test code from `compatibility-test/tests`. Write a script to download these tests from their respective repositories straight into `compatibility-tests/tmp` directory. Split up `test_generators.sh` into multiple files, because the file was becoming unmaintainable. Signed-off-by: Kristupas Antanavicius <[email protected]>
1 parent 8b8eb84 commit cdb2a54

28 files changed

+1367
-2157
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
name: test-libs
3939
path: |
40-
target/debug/libuniffi_coverall.so
41-
target/debug/libuniffi_coverall.a
40+
target/debug/libcompatibility_test.so
41+
target/debug/libcompatibility_test.a
4242
4343
test:
4444
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 139 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)