summaryrefslogtreecommitdiff
path: root/erlang/OMakefile
diff options
context:
space:
mode:
authorUENISHI Kota <kuenishi+github@gmail.com>2010-06-22 11:15:18 +0900
committerUENISHI Kota <kuenishi+github@gmail.com>2010-06-22 11:15:18 +0900
commitfd8069342052142449d4703f8a12014cf283fedf (patch)
tree368916a183577bf78d75e27158fda4f187a9b6af /erlang/OMakefile
parent7cd41aeb7280e5752deb5b60a140b627bd50d61e (diff)
downloadmsgpack-python-fd8069342052142449d4703f8a12014cf283fedf.tar.gz
erlang: tests improved and code refined.
Diffstat (limited to 'erlang/OMakefile')
-rw-r--r--erlang/OMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang/OMakefile b/erlang/OMakefile
index ee72f78..34c590f 100644
--- a/erlang/OMakefile
+++ b/erlang/OMakefile
@@ -36,7 +36,7 @@ msgpack.beam: msgpack.erl
erlc $<
test: msgpack.beam
- erl -s msgpack test -s init stop
+ erl -noshell -s msgpack test -s init stop
clean:
-rm *.beam