summaryrefslogtreecommitdiffstats
path: root/util/test/date_time/Makefile.am
blob: 2bad3ecbc72dcab64b8836c3db1d5e098215b8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TESTS = date_time_test
noinst_PROGRAMS = date_time_test
check_PROGRAMS = date_time_test
date_time_test_SOURCES = date_time_test.c ../util/create_env.c

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

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