mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 11:42:34 +00:00
test/att_db: fix compile
This commit is contained in:
parent
46eb6b51b8
commit
993da9623b
@ -82,6 +82,11 @@ void CHECK_EQUAL_ARRAY(const uint8_t * expected, uint8_t * actual, int size){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// mock
|
||||||
|
extern "C"
|
||||||
|
void att_set_db(uint8_t const * db){
|
||||||
|
}
|
||||||
|
|
||||||
TEST_GROUP(AttDbUtil){
|
TEST_GROUP(AttDbUtil){
|
||||||
void setup(void){
|
void setup(void){
|
||||||
att_db_util_init();
|
att_db_util_init();
|
||||||
@ -108,4 +113,4 @@ TEST(AttDbUtil, LeCounterDb){
|
|||||||
|
|
||||||
int main (int argc, const char * argv[]){
|
int main (int argc, const char * argv[]){
|
||||||
return CommandLineTestRunner::RunAllTests(argc, argv);
|
return CommandLineTestRunner::RunAllTests(argc, argv);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user