Rename test sketches to match directory names

In the arduino world, all sketches need to be in directories whose names match the sketch names.
pull/936/head
Jesse Vincent 4 years ago
parent d6bd14581c
commit 61f8fc5456
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

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

Loading…
Cancel
Save