Rename test sketches to match directory names

In the arduino world, all sketches need to be in directories whose names match the sketch names.
tmp/parallel-cli
Jesse Vincent 4 years ago
parent c74fe1fddd
commit 6c47edcccc
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