summaryrefslogtreecommitdiffstats
path: root/util/test/rand/Makefile.am
blob: 81410d67ac641e45408373032c9633510d4895ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TESTS = rand_test
check_PROGRAMS = rand_test
noinst_PROGRAMS = rand_test
rand_test_SOURCES = rand_test.c ../util/create_env.c

rand_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