blob: ddf705708c0b32c2ca1930c1f6b68b8fce96cd33 (
plain)
1
2
3
4
5
6
7
8
9
|
uniffi_macros::build_foreign_language_testcases!(
["src/rondpoint.udl",],
[
"tests/bindings/test_rondpoint.kts",
"tests/bindings/test_rondpoint.swift",
"tests/bindings/test_rondpoint.py",
"tests/bindings/test_rondpoint.rb",
]
);
|