We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15af74f commit ff8b52dCopy full SHA for ff8b52d
Makefile
@@ -120,6 +120,9 @@ test_onewire_DS18x20: TESTS=-DTEST_ONEWIRE_DS18x20
120
compile:
121
ifeq ($(FQBN),)
122
$(error "Must set variable FQBN in order to be able to compile Arduino sketches !")
123
+endif
124
+ifeq ($(TESTS),)
125
+ $(error "Must set variable TESTS in order to be able to flash a specific arduino core test !")
126
else
127
arduino-cli compile --clean --log --warnings all --fqbn $(FQBN) \
128
--build-property compiler.c.extra_flags="\"-DUNITY_INCLUDE_CONFIG_H=1\"" \
0 commit comments