From 969def696ae188113643925364799e419202cf4f Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 19 Apr 2023 20:47:23 -0400 Subject: [PATCH] Fix typo in tests --- tests/local.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/local.mk b/tests/local.mk index a3c2ef3d5..d37c21abf 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -150,7 +150,8 @@ clean-files += \ test-deps += \ tests/common/vars-and-functions.sh \ tests/config.nix \ - tests/dyn-drv/config.nix \ + tests/ca/config.nix \ + tests/dyn-drv/config.nix ifeq ($(BUILD_SHARED_LIBS), 1) test-deps += tests/plugins/libplugintest.$(SO_EXT)