libcruft-util/test/Makefile.am

35 lines
442 B
Makefile
Raw Normal View History

2011-05-23 17:18:52 +10:00
AM_LDFLAGS = $(COMMON_LDFLAGS)
TEST_BIN = \
backtrace \
bitwise \
checksum \
float \
hton \
ip \
json \
maths \
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 \
pool \
rand \
range \
2012-05-11 12:21:47 +10:00
region \
signal \
2013-03-11 20:47:48 +11:00
sha1 \
version
AM_DEFAULT_SOURCE_EXT = .cpp
LDADD = $(builddir)/../libutil.la
if PLATFORM_WIN32
hton_LDFLAGS = -lws2_32
endif
2011-05-23 17:18:52 +10:00
TESTS = $(TEST_BIN) json.pl
check_PROGRAMS = $(TEST_BIN)
2011-05-23 17:18:52 +10:00
EXTRA_DIST = json.pl