1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
..
att
btaa
cert
common
crypto_toolbox
docs
dumpsys
facade
fuzz
grpc
hal
hci
iso
l2cap
neighbor
os
packet
proto
rust
security
shim
storage
.clang-format
.gitignore
Android.bp
Android.mk
AndroidTestTemplate.xml
BUILD.gn
README.md
benchmark.cc
dumpsys_data.fbs
fuzz_test.cc
module.cc
module.h
module_unittest.cc
module_unittest.fbs
module_unittest_generated.h
setup.py
stack_manager.cc
stack_manager.h
stack_manager_unittest.cc

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.