sdk: ensure `ld` can find criterion when running BPF tests

This commit is contained in:
Trent Nelson 2021-06-21 21:19:19 -06:00 committed by Trent Nelson
parent f213e48067
commit 7ee39fcb0f
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ endef
define TEST_EXEC_RULE
$1: $2
LD_LIBRARY_PATH=$(TESTFRAMEWORK_RPATH) \
$2$(\n)
endef