summaryrefslogtreecommitdiffstats
path: root/third_party/rust/uniffi-example-sprites/tests/test_generated_bindings.rs
blob: 7a4d2cf0e93dc1054b953c954b6cec2179ce7f23 (plain)
1
2
3
4
5
6
7
8
9
uniffi_macros::build_foreign_language_testcases!(
    ["src/sprites.udl",],
    [
        "tests/bindings/test_sprites.py",
        "tests/bindings/test_sprites.rb",
        "tests/bindings/test_sprites.kts",
        "tests/bindings/test_sprites.swift",
    ]
);