๐Ÿ“ฆ apache / fory

๐Ÿ“„ README.md ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13# IDL Compiler Integration Tests

This directory validates FDL compiler output across languages by generating code from
`proto/addressbook.fdl` and running round-trip serialization tests in each language.

Run tests:

- Java: `./run_java_tests.sh`
- Python: `./run_python_tests.sh`
- Go: `./run_go_tests.sh`
- Rust: `./run_rust_tests.sh`
- C++: `./run_cpp_tests.sh`