tree: f7764205e3abd35a5e472f58a44b78842eb078ba [path history] [tgz]
  1. cpp/
  2. go/
  3. idl/
  4. java/
  5. python/
  6. rust/
  7. generate_idl.py
  8. README.md
  9. run_cpp_tests.sh
  10. run_go_tests.sh
  11. run_java_tests.sh
  12. run_python_tests.sh
  13. run_rust_tests.sh
integration_tests/idl_tests/README.md

IDL Compiler Integration Tests

This directory validates FDL compiler output across languages by generating code from idl/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