Navigation Menu

Skip to content

Commit

Permalink
add cutter testing framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Jun 23, 2009
1 parent d394df2 commit b24ae73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile.am
@@ -1,5 +1,6 @@
AM_CPPFLAGS = $(MYSQL_INC) $(GROONGA_INCLUDES) $(MECAB_INCLUDES)
AM_CPPFLAGS = $(MYSQL_INC) $(GROONGA_INCLUDES) $(MECAB_INCLUDES) $(CUTTER_CFLAGS)
AM_INCLUDES = -l. -l..
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS

MYSQLDATAdir = $(localstatedir)
MYSQLSHAREdir = $(pkgdatadir)
Expand Down Expand Up @@ -30,6 +31,12 @@ libmroonga_a_CXXFLAGS = $(AM_CFLAGS)
libmroonga_a_CFLAGS = $(AM_CFLAGS)
libmroonga_a_SOURCES = ha_groonga.cc driver.c

noinst_LTLIBRARIES = test_driver.la
LDFLAGS = -module -rpath $(libdir) -avoid-version -no-undefined
test_driver_la_SOURCES = test-driver.c
LIBS = $(CUTTER_LIBS)


EXTRA_DIST = plug.in
# Don't update the files from bitkeeper
%::SCCS/s.%
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -140,6 +140,8 @@ CONFIG_OPTION_GROONGA

CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -fno-rtti"

AC_CHECK_CUTTER

AC_CONFIG_FILES([
Makefile
])
Expand Down

0 comments on commit b24ae73

Please sign in to comment.