summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/boilerplate.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk
index c3be669636..9fc9b36e23 100644
--- a/testsuite/mk/boilerplate.mk
+++ b/testsuite/mk/boilerplate.mk
@@ -231,6 +231,10 @@ ifeq "$(COUNT_DEPS)" ""
COUNT_DEPS := $(abspath $(TOP)/../inplace/bin/count-deps)
endif
+ifeq "$(NOTES_UTIL)" ""
+NOTES_UTIL := $(abspath $(TOP)/../inplace/bin/notes-util)
+endif
+
# -----------------------------------------------------------------------------
# configuration of TEST_HC