get simulator tests to pass in an FQBN, so board props work

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 2fc4583bec
commit 9e87da9ffa
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -6,6 +6,9 @@ libcommon_a := ${top_dir}/_build/lib/libcommon.a
TEST_PATH ?= tests/ TEST_PATH ?= tests/
FQBN ?= keyboarido:virtual:model01
TESTS ?= $(shell find ${top_dir}/${TEST_PATH} -name '*.ino' -exec dirname {} \;) TESTS ?= $(shell find ${top_dir}/${TEST_PATH} -name '*.ino' -exec dirname {} \;)
.PHONY: clean cmake-clean all googletest .PHONY: clean cmake-clean all googletest

Loading…
Cancel
Save