blob: 2a385ea39c1b7d5dc6bbf470ca2aee67e6783e2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TESTS = property_test
check_PROGRAMS = property_test
noinst_PROGRAMS = property_test
property_test_SOURCES = property_test.c ../util/create_env.c
property_test_LDADD = \
$(top_builddir)/src/libaxutil.la
INCLUDES = -I$(top_builddir)/include \
-I ../../../axiom/include \
-I ../../../include \
-I ../../../cutest/include
|