blob: 168e6e1d4c3242ca7da154b306dd17149e54ca9c (
plain)
1
2
3
4
5
6
|
uniffi::build_foreign_language_testcases!(
"tests/bindings/test_arithmetic.rb",
"tests/bindings/test_arithmetic.py",
"tests/bindings/test_arithmetic.kts",
"tests/bindings/test_arithmetic.swift",
);
|