@ -1,4 +1,4 @@
top_dir := $(dir $(lastword ${MAKEFILE_LIST}))../..
top_dir := $(abspath $(dir $(lastword ${MAKEFILE_LIST}))../..)
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