diff options
| author | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-22 11:15:18 +0900 |
|---|---|---|
| committer | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-22 11:15:18 +0900 |
| commit | fd8069342052142449d4703f8a12014cf283fedf (patch) | |
| tree | 368916a183577bf78d75e27158fda4f187a9b6af /erlang/OMakefile | |
| parent | 7cd41aeb7280e5752deb5b60a140b627bd50d61e (diff) | |
| download | msgpack-python-fd8069342052142449d4703f8a12014cf283fedf.tar.gz | |
erlang: tests improved and code refined.
Diffstat (limited to 'erlang/OMakefile')
| -rw-r--r-- | erlang/OMakefile | 2 |
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 |
