blob: 49c2f48aece6ff1203088059295833e770059418 (
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 ../../../cutest/include
|