Navigation Menu

Skip to content

Commit

Permalink
disabled unit test temporary.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Aug 13, 2010
1 parent 368eb0a commit 7b64c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -25,7 +25,7 @@ libgroonga_storage_engine_a_CXXFLAGS = $(AM_CFLAGS)
libgroonga_storage_engine_a_CFLAGS = $(AM_CFLAGS)
libgroonga_storage_engine_a_SOURCES = ha_mroonga.cc mrnsys.c

SUBDIRS = test
#SUBDIRS = test

EXTRA_DIST = plug.in

Expand Down
6 changes: 2 additions & 4 deletions configure.ac
Expand Up @@ -161,15 +161,13 @@ fi
CONFIG_OPTION_MECAB
CONFIG_OPTION_GROONGA

AC_CHECK_CUTTER
AC_CHECK_GCUTTER
#AC_CHECK_CUTTER
#AC_CHECK_GCUTTER

CFLAGS="$CFLAGS -Werror"
CXXFLAGS="$CXXFLAGS -Werror -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors"

AC_CONFIG_FILES([
Makefile
test/Makefile
test/unit/Makefile
])
AC_OUTPUT

0 comments on commit 7b64c3b

Please sign in to comment.