# Test with high optimisation level.
CFLAGS += -O3

SRC += $(SRC_WL)
SRC += \
	main.c \
	tests/mock_sdio.c \

include ../test_common.mk
