clean up top and test dirs

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 7aa68d8633
commit 2f873a0e20
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -1,4 +1,4 @@
top_dir := $(dir $(lastword ${MAKEFILE_LIST}))../.. top_dir := $(abspath $(dir $(lastword ${MAKEFILE_LIST}))../..)
build_dir := ${top_dir}/_build/${testcase} build_dir := ${top_dir}/_build/${testcase}

@ -1,4 +1,7 @@
top_dir := $(abspath $(dir $(lastword ${MAKEFILE_LIST}))..)
tests_dir := $(abspath $(dir $(lastword ${MAKEFILE_LIST})))
top_dir := $(abspath $(tests_dir)/..)
build_dir := ${top_dir}/_build build_dir := ${top_dir}/_build

Loading…
Cancel
Save