tests/driver_bq2429x: move test to test-with-config

This commit is contained in:
Alexandre Abadie 2021-01-28 09:17:39 +01:00
parent 1bde5296fd
commit 999849fac4
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,4 @@ USEMODULE += bq2429x
USEMODULE += shell
USEMODULE += shell_commands
# The driver is not present on any BOARD on the ci
TEST_ON_CI_BLACKLIST = all
include $(RIOTBASE)/Makefile.include

View File

@ -9,3 +9,10 @@ It can be flashed normally with:
```
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
```