From 0512e47e05cb4e8ddcc449f937a0905fc7321e96 Mon Sep 17 00:00:00 2001 From: damitha Date: Mon, 2 Aug 2010 09:13:35 +0000 Subject: Adding test suite to dist build git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@981425 13f79535-47bb-0310-9956-ffa450edef68 --- util/test/util/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util') diff --git a/util/test/util/Makefile.am b/util/test/util/Makefile.am index 079e1f5..38c04df 100644 --- a/util/test/util/Makefile.am +++ b/util/test/util/Makefile.am @@ -15,4 +15,5 @@ test_thread_LDADD = $(top_builddir)/src/libaxutil.la INCLUDES = -I$(top_builddir)/include \ -I$(CUTEST_HOME)/include \ - -I ../../../cutest/include + -I ../../../test/cutest/include +EXTRA_DIST = test_string.c -- cgit v1.1-32-gdbae