From 989b14b5197025db8c89c22872ddeb9842f99aa8 Mon Sep 17 00:00:00 2001 From: frsyuki Date: Tue, 1 Jun 2010 15:58:44 +0900 Subject: [PATCH] update test/README.md --- test/README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/test/README.md b/test/README.md index 9139e611..80270022 100644 --- a/test/README.md +++ b/test/README.md @@ -22,16 +22,10 @@ as comparing that implementations. or $ port install msgpack # MacPorts - $ g++ -Wall -lmsgpack crosslang.cc + $ g++ -Wall -lmsgpack crosslang.cc -o crosslang + $ ./crosslang Usage: ./crosslang [in-file] [out-file] - - This tool is for testing of MessagePack implementation. - This does following behavior: - - 1. Reads objects serialized by MessagePack from (default: stdin) - 2. Re-serializes the objects using C++ implementation of MessagePack (Note that C++ implementation is considered valid) - 3. Writes the re-serialized objects into (default: stdout) ### Ruby version @@ -41,11 +35,4 @@ as comparing that implementations. $ ruby crosslang.rb Usage: crosslang.rb [in-file] [out-file] - - This tool is for testing of MessagePack implementation. - This does following behavior: - - 1. Reads objects serialized by MessagePack from (default: stdin) - 2. Re-serializes the objects using Ruby implementation of MessagePack (Note that Ruby implementation is considered valid) - 3. Writes the re-serialized objects into (default: stdout)