mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
e14ce24db3
A recent newt change removed final-atom support (https://github.com/apache/mynewt-newt/pull/381); this has a side-effect that results in the "unittest" target not being found if is not located in the repo where tests are being run (it does not search for "unittest" inside @apache-mynewt-core anymore). So add the same "unittest" target that already exists in @apache-mynewt-core repo here. Signed-off-by: Fabio Utzig <utzig@apache.org>