summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-fixtures/custom-types/tests/test_generated_bindings.rs
blob: 38db89790ef2c527a1325ce2978b1cd4263ec072 (plain)
1
2
3
4
5
6
7
uniffi::build_foreign_language_testcases!(
    ["src/custom-types.udl"],
    [
        "tests/bindings/test_custom_types.kts",
        "tests/bindings/test_custom_types.swift",
    ]
);