tree: 51c3539f857a6062df11fee96922c719fd17c37e [path history] [tgz]
  1. att/
  2. cert/
  3. common/
  4. crypto_toolbox/
  5. docs/
  6. dumpsys/
  7. facade/
  8. fuzz/
  9. grpc/
  10. hal/
  11. hci/
  12. l2cap/
  13. neighbor/
  14. os/
  15. packet/
  16. proto/
  17. security/
  18. shim/
  19. storage/
  20. .clang-format
  21. .gitignore
  22. Android.bp
  23. Android.mk
  24. AndroidTestTemplate.xml
  25. benchmark.cc
  26. dumpsys_data.fbs
  27. fuzz_test.cc
  28. module.cc
  29. module.h
  30. module_unittest.cc
  31. module_unittest.fbs
  32. module_unittest_generated.h
  33. README.md
  34. setup.py
  35. stack_manager.cc
  36. stack_manager.h
  37. stack_manager_unittest.cc
  38. TEST_MAPPING
gd/README.md

Why is gabeldorsche plural?

Please see this informative video we've prepared.

Architecture

Guidelines for developing the Gabeldorsche (GD) stack

Testing

Gabeldorsche (GD) was built with test driven development in mind. Three types of tests are used in ensuring Gabeldorsche stack's stability, correctness and free from regression.

If you are verifying something is glued or hooked up correctly inside the stack, use a unit test.

If you are verifying correct behavior (especially interop problems) DO NOT write a unit test as this not a good use of your time. Write a cert test instead so it applies to any stack.