diff options
| author | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-03 00:14:19 +0900 |
|---|---|---|
| committer | UENISHI Kota <kuenishi+github@gmail.com> | 2010-06-03 00:14:19 +0900 |
| commit | 8ecaf7ad4ce4185e81fae775332282ed551fa886 (patch) | |
| tree | 68b7fb5c875f5620033ac8fa4e046bfdd51f78d0 /cpp/preprocess | |
| parent | 49f3872d047624b1995b8c60edec8bad35429fd3 (diff) | |
| parent | d4049fe593ae4465e7a258d138c2166571a0f1a7 (diff) | |
| download | msgpack-python-8ecaf7ad4ce4185e81fae775332282ed551fa886.tar.gz | |
Merge branch 'master' of ssh://github.com/msgpack/msgpack
Diffstat (limited to 'cpp/preprocess')
| -rwxr-xr-x | cpp/preprocess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/preprocess b/cpp/preprocess index aab89f5..1c169e9 100755 --- a/cpp/preprocess +++ b/cpp/preprocess @@ -6,6 +6,7 @@ preprocess() { echo "" echo "** preprocess failed **" echo "" + exit 1 else mv $1.tmp $1 fi @@ -25,4 +26,6 @@ cp -f ../msgpack/pack_define.h src/msgpack/ cp -f ../msgpack/pack_template.h src/msgpack/ cp -f ../msgpack/unpack_define.h src/msgpack/ cp -f ../msgpack/unpack_template.h src/msgpack/ +cp -f ../test/cases.mpac test/ +cp -f ../test/cases_compact.mpac test/ |
