Verify that most integer values are unpacked correctly, and that unpacking consumes the correct amount of buffer.
11 lines
239 B
Makefile
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
|