tests/driver_bq2429x: move test to test-with-config
This commit is contained in:
parent
1bde5296fd
commit
999849fac4
@ -4,7 +4,4 @@ USEMODULE += bq2429x
|
|||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
|
||||||
# The driver is not present on any BOARD on the ci
|
|
||||||
TEST_ON_CI_BLACKLIST = all
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -9,3 +9,10 @@ It can be flashed normally with:
|
|||||||
```
|
```
|
||||||
make flash -C tests/driver/bq2429x BOARD=...
|
make flash -C tests/driver/bq2429x BOARD=...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To test the driver, ensure a BQ2429x device is correctly plugged and configured
|
||||||
|
and run:
|
||||||
|
|
||||||
|
```
|
||||||
|
make BOARD=<your board> -C tests/driver/bq2429x flash test-with-config
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user