2023-08-25 14:20:28 +00: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)
|
|
|
|
|
2024-03-22 23:45:05 +00:00
|
|
|
libutil-test-support_CXXFLAGS += $(libutil-tests_EXTRA_INCLUDES) -I src/libutil
|
2023-08-25 14:20:28 +00:00
|
|
|
|
2024-03-10 07:59:50 +00:00
|
|
|
# libexpr so we can steal their string printer from print.cc
|
|
|
|
libutil-test-support_LIBS = libutil libexpr
|
2023-08-25 14:20:28 +00:00
|
|
|
|
2023-12-05 23:10:37 +00:00
|
|
|
libutil-test-support_LDFLAGS := -pthread -lrapidcheck
|