null+****@clear*****
null+****@clear*****
2010年 7月 2日 (金) 12:58:02 JST
Kouhei Sutou 2010-07-02 03:58:02 +0000 (Fri, 02 Jul 2010)
New Revision: 88d1cbe1f9162b3fa66d4f203e07472d827ab3b6
Log:
add tests for delete command.
Modified files:
test/unit/core/Makefile.am
Modified: test/unit/core/Makefile.am (+3 -1)
===================================================================
--- test/unit/core/Makefile.am 2010-07-02 03:50:43 +0000 (23c262b)
+++ test/unit/core/Makefile.am 2010-07-02 03:58:02 +0000 (f8b7cd5)
@@ -40,7 +40,8 @@ noinst_LTLIBRARIES = \
test-command-column-list.la \
test-command-select.la \
test-command-select-sort.la \
- test-command-cache-limit.la
+ test-command-cache-limit.la \
+ test-command-delete.la
endif
INCLUDES = \
@@ -105,3 +106,4 @@ test_command_column_list_la_SOURCES = test-command-column-list.c
test_command_select_la_SOURCES = test-command-select.c
test_command_select_sort_la_SOURCES = test-command-select-sort.c
test_command_cache_limit_la_SOURCES = test-command-cache-limit.c
+test_command_delete_la_SOURCES = test-command-delete.c