Skip to content

Commit c7e9bf6

Browse files
committed
Makefile: Remove redundancy.
1 parent ecb6c76 commit c7e9bf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ test_onewire_DS18x20: TESTS=-DTEST_ONEWIRE_DS18x20
124124
compile:
125125
ifeq ($(FQBN),)
126126
$(error "Must set variable FQBN in order to be able to compile Arduino sketches !")
127-
endif
128-
ifeq ($(TESTS),)
129-
$(error "Must set variable TESTS in order to be able to flash a specific arduino core test !")
130127
else
131128
arduino-cli compile --clean --log --warnings all --fqbn $(FQBN) \
132129
--build-property compiler.c.extra_flags="\"-DUNITY_INCLUDE_CONFIG_H=1\"" \

0 commit comments

Comments
 (0)