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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
att | 4 months ago | |
btaa | 4 months ago | |
cert | 4 months ago | |
common | 4 months ago | |
crypto_toolbox | 4 months ago | |
docs | 4 months ago | |
dumpsys | 4 months ago | |
facade | 4 months ago | |
fuzz | 4 months ago | |
grpc | 4 months ago | |
hal | 4 months ago | |
hci | 4 months ago | |
iso | 4 months ago | |
l2cap | 4 months ago | |
neighbor | 4 months ago | |
os | 4 months ago | |
packet | 4 months ago | |
proto | 4 months ago | |
rust | 4 months ago | |
security | 4 months ago | |
shim | 4 months ago | |
storage | 4 months ago | |
.clang-format | 4 months ago | |
Android.bp | 4 months ago | |
Android.mk | 4 months ago | |
AndroidTestTemplate.xml | 4 months ago | |
BUILD.gn | 4 months ago | |
README.md | 4 months ago | |
benchmark.cc | 4 months ago | |
dumpsys_data.fbs | 4 months ago | |
fuzz_test.cc | 4 months ago | |
module.cc | 4 months ago | |
module.h | 4 months ago | |
module_unittest.cc | 4 months ago | |
module_unittest.fbs | 4 months ago | |
module_unittest_generated.h | 4 months ago | |
setup.py | 4 months ago | |
stack_manager.cc | 4 months ago | |
stack_manager.h | 4 months ago | |
stack_manager_unittest.cc | 4 months ago |
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.