blob: 26a2ee43b370ff8a91778f3ed48b661a0c357f1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TESTS = duration_test
check_PROGRAMS = duration_test
noinst_PROGRAMS = duration_test
duration_test_SOURCES = duration_test.c ../util/create_env.c
duration_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
|