null+****@clear*****
null+****@clear*****
2011年 8月 9日 (火) 12:46:07 JST
Kouhei Sutou 2011-08-09 03:46:07 +0000 (Tue, 09 Aug 2011)
New Revision: 860295a00120cbdd2d87d94fdb9fe425371ed25f
Log:
[test] add send_commands() convenience function.
Modified files:
test/unit/lib/grn-test-shortcut.h
Modified: test/unit/lib/grn-test-shortcut.h (+3 -0)
===================================================================
--- test/unit/lib/grn-test-shortcut.h 2011-08-09 02:21:22 +0000 (67db343)
+++ test/unit/lib/grn-test-shortcut.h 2011-08-09 03:46:07 +0000 (6c61b0a)
@@ -25,6 +25,9 @@
#define send_command(command) \
grn_test_send_command(context, (command))
+#define send_commands(commands) \
+ grn_test_send_commands(context, (commands))
+
#define assert_send_command(command, ...) \
cut_trace_with_info_expression( \
cut_test_with_user_message( \