1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

tests/unit/libexpr/local.mk

A proper build system would catch errors like this.
This commit is contained in:
Robert Hensing 2024-04-08 13:07:36 +02:00
parent 1233bcde37
commit 876e70bc9a

View file

@ -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