From 9e87da9ffa5089323d1c087bd1eae956914bf656 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 16 Nov 2020 14:29:29 -0800 Subject: [PATCH] get simulator tests to pass in an FQBN, so board props work --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index bb1b1e1a..e68c9ab3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,6 +6,9 @@ libcommon_a := ${top_dir}/_build/lib/libcommon.a TEST_PATH ?= tests/ +FQBN ?= keyboarido:virtual:model01 + + TESTS ?= $(shell find ${top_dir}/${TEST_PATH} -name '*.ino' -exec dirname {} \;) .PHONY: clean cmake-clean all googletest