You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few things that I could spot while figuring out how to set up the unit tests on my Flipper with the help of the docs:
The instructions mention test_index.c twice, but that file doesn't exist. What is the current replacement for it?
The instructions state
Flash the firmware using your preferred method, including SD card resources
but FBT's [Debug:unit_tests] Flash (USB) task does "./fbt FIRMWARE_APP_SET=unit_tests FORCE=1 flash_usb" and not flash_usb_full, thus skipping resources.
The docs mention updater_package, but FBT's vscode task skips it. Which of the two is correct?
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the enhancement you're suggesting.
A few things that I could spot while figuring out how to set up the unit tests on my Flipper with the help of the docs:
The instructions mention test_index.c twice, but that file doesn't exist. What is the current replacement for it?
The instructions state
but FBT's
[Debug:unit_tests] Flash (USB)
task does"./fbt FIRMWARE_APP_SET=unit_tests FORCE=1 flash_usb"
and notflash_usb_full
, thus skipping resources.The docs mention
updater_package
, but FBT's vscode task skips it. Which of the two is correct?Anything else?
No response
The text was updated successfully, but these errors were encountered: