mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
615bd655e5
This is good in general (see how the other libraries also have long had it, since49fe9592a4
) but in particular needed to fix the NetBSD build. (cherry picked from commitb23273f6a2
)
20 lines
495 B
Makefile
20 lines
495 B
Makefile
libraries += libexpr-test-support
|
|
|
|
libexpr-test-support_NAME = libnixexpr-test-support
|
|
|
|
libexpr-test-support_DIR := $(d)
|
|
|
|
libexpr-test-support_INSTALL_DIR :=
|
|
|
|
libexpr-test-support_SOURCES := \
|
|
$(wildcard $(d)/tests/*.cc) \
|
|
$(wildcard $(d)/tests/value/*.cc)
|
|
|
|
libexpr-test-support_CXXFLAGS += $(libexpr-tests_EXTRA_INCLUDES)
|
|
|
|
libexpr-test-support_LIBS = \
|
|
libstore-test-support libutil-test-support \
|
|
libexpr libstore libutil
|
|
|
|
libexpr-test-support_LDFLAGS := -pthread -lrapidcheck
|