libcruft-util/test/Makefile.am

45 lines
765 B
Makefile
Raw Normal View History

AM_LDFLAGS = $(COMMON_LDFLAGS) $(BOOST_LDFLAGS) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB)
2013-08-26 15:10:23 +10:00
AM_CXXFLAGS = $(COMMON_CXXFLAGS) -I$(top_srcdir)
2011-05-23 17:18:52 +10:00
TEST_BIN = \
backtrace \
bezier \
bitwise \
checksum \
colour \
float \
hton \
ip \
json/types \
maths/maths \
maths/matrix \
2014-08-19 20:45:28 +10:00
matrix \
2013-03-11 20:42:49 +11:00
md2 \
2013-03-11 20:44:32 +11:00
md4 \
2013-03-11 20:45:53 +11:00
md5 \
options \
2014-02-18 15:28:28 +11:00
point \
2015-01-21 23:40:45 +11:00
polynomial \
pool \
rand \
range \
2012-05-11 12:21:47 +10:00
region \
2014-04-10 21:04:07 +10:00
ripemd \
2013-03-11 20:47:48 +11:00
sha1 \
2014-04-16 19:17:56 +10:00
sha2 \
signal \
stringid \
version
AM_DEFAULT_SOURCE_EXT = .cpp
LDADD = $(builddir)/../libutil.a
if PLATFORM_WIN32
hton_LDFLAGS = -lws2_32
endif
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
TESTS = static.test json.test
check_PROGRAMS = $(TEST_BIN)
2014-10-26 18:55:24 +11:00
EXTRA_DIST = static.test json.test json