sdk: ensure ld can find criterion when running BPF tests

(cherry picked from commit 7ee39fcb0f)
This commit is contained in:
Trent Nelson
2021-06-21 21:19:19 -06:00
committed by Trent Nelson
parent d8e250e9b0
commit 98e1c68a70

View File

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