[Groonga-commit] groonga/groonga [master] [test] really disable test-object temporary.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 5月 26日 (木) 11:26:15 JST


Kouhei Sutou	2011-05-26 02:26:15 +0000 (Thu, 26 May 2011)

  New Revision: 5338eb99dfaeedf20cb2a928ac4c9c3758c50995

  Log:
    [test] really disable test-object temporary.

  Modified files:
    test/unit/core/Makefile.am

  Modified: test/unit/core/Makefile.am (+3 -3)
===================================================================
--- test/unit/core/Makefile.am    2011-05-26 01:54:45 +0000 (a259a11)
+++ test/unit/core/Makefile.am    2011-05-26 02:26:15 +0000 (c527897)
@@ -54,8 +54,8 @@ noinst_LTLIBRARIES =				\
 	test-command-dump.la			\
 	test-command-truncate.la		\
 	test-geo.la				\
-	test-accessor.la			\
-	test-object.la
+	test-accessor.la
+#	test-object.la
 endif
 
 INCLUDES =			\
@@ -134,4 +134,4 @@ test_command_dump_la_SOURCES		= test-command-dump.c
 test_command_truncate_la_SOURCES	= test-command-truncate.c
 test_geo_la_SOURCES			= test-geo.c
 test_accessor_la_SOURCES		= test-accessor.c
-# test_object_la_SOURCES			= test-object.c
+test_object_la_SOURCES			= test-object.c




Groonga-commit メーリングリストの案内
Back to archive index