[fbl] Add type check to macros.h
You can currently test for the existence of member functions with the fbl macros, but not arbitrary member classes or typedefs. This CL adds support for that. It also adds tests for all of macros.h since those previously didn't exist. TEST: new file macro_tests.cpp Change-Id: If751e56a562ee37e89fb1962b124bf89b7d3de86
Showing
- zircon/system/ulib/fbl/include/fbl/macros.h 18 additions, 0 deletionszircon/system/ulib/fbl/include/fbl/macros.h
- zircon/system/utest/fbl/BUILD.gn 1 addition, 0 deletionszircon/system/utest/fbl/BUILD.gn
- zircon/system/utest/fbl/macro_tests.cpp 51 additions, 0 deletionszircon/system/utest/fbl/macro_tests.cpp
Loading
Please register or sign in to comment