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