summaryrefslogtreecommitdiffstats
path: root/util/test/allocator/Makefile.am
blob: 02dfa27caba1d03d5c6c4db8e5c69646c3a6da72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TESTS = allocator_test
check_PROGRAMS = allocator_test
noinst_PROGRAMS = allocator_test
allocator_test_SOURCES = allocator_test.c ../util/create_env.c

allocator_test_LDADD   =   \
                    $(top_builddir)/src/libaxutil.la 

INCLUDES = -I$(top_builddir)/include \
			-I ../../../axiom/include \
			-I ../../../include