2023-08-25 16:20:28 +02:00
|
|
|
libraries += libutil-test-support
|
|
|
|
|
|
|
|
libutil-test-support_NAME = libnixutil-test-support
|
|
|
|
|
|
|
|
libutil-test-support_DIR := $(d)
|
|
|
|
|
|
|
|
libutil-test-support_INSTALL_DIR :=
|
|
|
|
|
|
|
|
libutil-test-support_SOURCES := $(wildcard $(d)/tests/*.cc)
|
|
|
|
|
|
|
|
libutil-test-support_CXXFLAGS += $(libutil-tests_EXTRA_INCLUDES)
|
|
|
|
|
2024-03-10 08:59:50 +01:00
|
|
|
# libexpr so we can steal their string printer from print.cc
|
|
|
|
libutil-test-support_LIBS = libutil libexpr
|
2023-08-25 16:20:28 +02:00
|
|
|
|
2023-12-06 00:10:37 +01:00
|
|
|
libutil-test-support_LDFLAGS := -pthread -lrapidcheck
|