diff options
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/ |
