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