[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] renamed test source files.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:29:18 JST 2012


Tetsuro IKEDA	2010-03-15 17:51:36 +0900 (Mon, 15 Mar 2010)

  New Revision: d9f1fed1bbc53b09ca19f3ac21c80c28d36bd061
  https://github.com/mroonga/mroonga/commit/d9f1fed1bbc53b09ca19f3ac21c80c28d36bd061

  Log:
    renamed test source files.

  Modified files:
    test/unit/Makefile.am
  Renamed files:
    test/unit/api_sample.c
      (from test/unit/api-sample.c)
    test/unit/test_driver.c
      (from test/unit/test-driver.c)
    test/unit/test_start_stop.c
      (from test/unit/test-start-stop.c)

  Modified: test/unit/Makefile.am (+3 -3)
===================================================================
--- test/unit/Makefile.am    2010-03-11 19:52:45 +0900 (46da3fa)
+++ test/unit/Makefile.am    2010-03-15 17:51:36 +0900 (d70c7c5)
@@ -12,6 +12,6 @@ LIBS = $(CUTTER_LIBS) $(GROONGA_LIBS) $(MECAB_LIBS)
 
 DRIVER_SRC = ../../driver.c
 
-test_start_stop_la_SOURCES = $(DRIVER_SRC) test-start-stop.c
-test_driver_la_SOURCES = $(DRIVER_SRC) test-driver.c
-test_api_sample_la_SOURCES = api-sample.c
+test_start_stop_la_SOURCES = $(DRIVER_SRC) test_start_stop.c
+test_driver_la_SOURCES = $(DRIVER_SRC) test_driver.c
+test_api_sample_la_SOURCES = api_sample.c

  Renamed: test/unit/api_sample.c (+0 -0) 100%
===================================================================

  Renamed: test/unit/test_driver.c (+0 -0) 100%
===================================================================

  Renamed: test/unit/test_start_stop.c (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index