mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
tests/unit/libexpr/local.mk
A proper build system would catch errors like this.
This commit is contained in:
parent
1233bcde37
commit
876e70bc9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue