Add FlatBufferBuilder move semantics tests to the main test suite (#4902)
authorSumant Tambe <sutambe@yahoo.com>
Mon, 24 Sep 2018 19:03:31 +0000 (12:03 -0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 24 Sep 2018 19:03:31 +0000 (12:03 -0700)
commit49fed8c4f61f296d1d173a1a8df872a094020278
tree2bdba65b9733eeb2fbc8be3908c29cc2b3d3883a
parentb1a925dfc2ac78508aee89029e950057405f0a0a
Add FlatBufferBuilder move semantics tests to the main test suite (#4902)

* Add FlatBufferBuilder move semantics tests to main

Do not eagerly delete/reset allocators in release and release_raw functions
Update android, vs2010 build files
New tests for various types of FlatBufferBuilders and move semantics

* Improve test failure output with function names
12 files changed:
BUILD
CMakeLists.txt
android/jni/Android.mk
grpc/tests/grpctest.cpp
grpc/tests/message_builder_test.cpp
include/flatbuffers/flatbuffers.h
include/flatbuffers/grpc.h
tests/test.cpp
tests/test_assert.cpp [new file with mode: 0644]
tests/test_assert.h [new file with mode: 0644]
tests/test_builder.cpp [new file with mode: 0644]
tests/test_builder.h [new file with mode: 0644]