11 lines
147 B
Makefile
11 lines
147 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += cb_mux
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
test:
|
|
./tests/01-run.py
|