summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.common')
-rw-r--r--tests/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.common b/tests/Makefile.common
index 04bd6c94c353..595f870aca92 100644
--- a/tests/Makefile.common
+++ b/tests/Makefile.common
@@ -170,3 +170,5 @@ $(TEST_KCONFIG_AUTOHEADER): $(TEST_DOTCONFIG) $(objutil)/kconfig/conf
$(TEST_KCONFIG_AUTOCONFIG): $(TEST_KCONFIG_AUTOHEADER)
true
+
+TEST_COMMON_DEPENDENCIES := $(CMOCKA_LIB) $(TEST_KCONFIG_AUTOCONFIG)