From 876e70bc9afb15b5ee71d2f6b3090acca315f320 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 8 Apr 2024 13:07:36 +0200 Subject: [PATCH] tests/unit/libexpr/local.mk A proper build system would catch errors like this. --- tests/unit/libexpr/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/libexpr/local.mk b/tests/unit/libexpr/local.mk index 8df1a5207..c59191db4 100644 --- a/tests/unit/libexpr/local.mk +++ b/tests/unit/libexpr/local.mk @@ -34,7 +34,7 @@ libexpr-tests_EXTRA_INCLUDES = \ libexpr-tests_CXXFLAGS += $(libexpr-tests_EXTRA_INCLUDES) libexpr-tests_LIBS = \ - libexpr-test-support libstore-test-support libutils-test-support \ + libexpr-test-support libstore-test-support libutil-test-support \ libexpr libexprc libfetchers libstore libstorec libutil libutilc libexpr-tests_LDFLAGS := -lrapidcheck $(GTEST_LIBS) -lgmock