Skip to content

Commit 88c8c6b

Browse files
committed
pbio/test/Makefile: drop contiki-core exclusion
As we are moving away from using contiki, we no longer have test code that requires the contiki-core exclusion so this can be removed.
1 parent cd1d533 commit 88c8c6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pbio/test/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ build-coverage/lcov.info: Makefile $(SRC)
185185
--directory build-coverage/lib/pbio/src \
186186
--directory build-coverage/lib/pbio/sys \
187187
--exclude **/btstack/** \
188-
--exclude **/contiki-core/** \
189188

190189
coverage-html: build-coverage/lcov.info
191190
$(Q)genhtml $^ --output-directory build-coverage/html

0 commit comments

Comments
 (0)