jade
38571c50e6
This parser can be reused for other purposes. It's inspired by
https://bitheap.org/cram/
Although eelco's impostor exists https://github.com/mobusoperandi/eelco,
it is not very nice to depend on out of tree testing frameworks with no
way to customize them.
Change-Id: Ifca50177e09730182baf0ebf829c3505bbb0274a
17 lines
446 B
Makefile
17 lines
446 B
Makefile
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)
|
|
|
|
# libexpr so we can steal their string printer from print.cc
|
|
libutil-test-support_LIBS = libutil libexpr
|
|
|
|
libutil-test-support_LDFLAGS := -pthread -lrapidcheck
|