From 16652e83f165efccb765f9f1fa34aa73f534061e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 9 Oct 2020 18:10:39 +0200 Subject: [PATCH] tests/driver_ds1307: move to test-with-config --- tests/driver_ds1307/Makefile | 4 ---- tests/driver_ds1307/{tests => tests-with-config}/01-run.py | 0 2 files changed, 4 deletions(-) rename tests/driver_ds1307/{tests => tests-with-config}/01-run.py (100%) diff --git a/tests/driver_ds1307/Makefile b/tests/driver_ds1307/Makefile index 2b39618a9a..9f9eb79bca 100644 --- a/tests/driver_ds1307/Makefile +++ b/tests/driver_ds1307/Makefile @@ -1,9 +1,5 @@ include ../Makefile.tests_common -# Blacklist iotlab boards since a different device has the same i2c address -BOARD_BLACKLIST := iotlab-a8-m3 \ - iotlab-m3 - USEMODULE += ds1307 USEMODULE += embunit USEMODULE += xtimer diff --git a/tests/driver_ds1307/tests/01-run.py b/tests/driver_ds1307/tests-with-config/01-run.py similarity index 100% rename from tests/driver_ds1307/tests/01-run.py rename to tests/driver_ds1307/tests-with-config/01-run.py