Unit-Test-App cant find esp_gatts_api.h
Posted: Fri Mar 22, 2019 8:51 pm
Currently I have a project that uses BLE which builds perfectly fine. However, when I try to run the included unit-test-app to test a component called "hub" it can't seem to find either esp_gatts_api.h or any other file contained in bluedroid/api/includes/api
I'm running the unit testing app with:
The error doesn't come up when I type out the full path the the header file in the include section so I'm guessing the app can't find files in includes/api when an extra component directory has been specified?
I'm running the unit testing app with:
Code: Select all
make -j8 flash EXTRA_COMPONENT_DIRS=/Users/user/projects/hub/components TEST_COMPONENTS=hub