Files
mongo/test/packing/Makefile.am
Alex Gorrod b690e2dbe4 Add more test code for packing/unpacking.
Verify that most integer values are unpacked correctly, and that
unpacking consumes the correct amount of buffer.
2015-06-29 16:01:42 +10:00

11 lines
239 B
Makefile

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include
noinst_PROGRAMS = intpack-test intpack-test2 intpack-test3 packing-test
LDADD = $(top_builddir)/libwiredtiger.la
LDFLAGS = -static
TESTS = smoke.sh
clean-local:
rm -rf *.core