Make it possible to run a single testcase's makefile without being called from above

by setting topdir if it's not set
pull/977/head
Jesse Vincent 4 years ago
parent b2e899429f
commit aafd594183
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -1,3 +1,6 @@
top_dir := $(dir $(lastword ${MAKEFILE_LIST}))../..
build_dir := ${top_dir}/_build/${testcase}
LIB_DIR := ${build_dir}/lib

Loading…
Cancel
Save