null+****@clear*****
null+****@clear*****
2010年 6月 24日 (木) 10:05:35 JST
Kouhei Sutou 2010-06-24 01:05:35 +0000 (Thu, 24 Jun 2010)
New Revision: 442be90798ff7948a661ae15800f6eecfcb4b7ce
Log:
test-load.c -> test-command-load.c.
Modified files:
test/unit/core/Makefile.am
Renamed files:
test/unit/core/test-command-load.c
(from test/unit/core/test-load.c)
Modified: test/unit/core/Makefile.am (+2 -2)
===================================================================
--- test/unit/core/Makefile.am 2010-06-24 00:26:12 +0000 (679c973)
+++ test/unit/core/Makefile.am 2010-06-24 01:05:35 +0000 (469ac00)
@@ -32,11 +32,11 @@ noinst_LTLIBRARIES = \
test-view-operations.la \
test-register.la \
test-function-cast.la \
- test-load.la \
test-store-ja.la \
test-log.la \
test-table-sort-key.la \
test-inspect.la \
+ test-command-load.la \
test-command-column-list.la \
test-command-select.la
endif
@@ -94,10 +94,10 @@ test_view_la_SOURCES = test-view.c
test_view_operations_la_SOURCES = test-view-operations.c
test_register_la_SOURCES = test-register.c
test_function_cast_la_SOURCES = test-function-cast.c
-test_load_la_SOURCES = test-load.c
test_store_ja_la_SOURCES = test-store-ja.c
test_log_la_SOURCES = test-log.c
test_table_sort_key_la_SOURCES = test-table-sort-key.c
test_inspect_la_SOURCES = test-inspect.c
+test_command_load_la_SOURCES = test-command-load.c
test_command_column_list_la_SOURCES = test-command-column-list.c
test_command_select_la_SOURCES = test-command-select.c
Renamed: test/unit/core/test-command-load.c (+0 -0) 100%
===================================================================