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