From: Wouter van Oortmerssen Date: Wed, 25 Jan 2017 22:09:18 +0000 (-0800) Subject: Moved union vector test to file dependent section. X-Git-Tag: v1.6.0~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fb25e2bb37c76f8f9ef3bde06f6fe293e3bf6b8;p=platform%2Fupstream%2Fflatbuffers.git Moved union vector test to file dependent section. Change-Id: I3a1fcf167eb0d0a51ef838e54246ef867e752218 --- diff --git a/tests/test.cpp b/tests/test.cpp index 74f98ff..dc85072 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -1374,6 +1374,7 @@ int main(int /*argc*/, const char * /*argv*/[]) { ParseAndGenerateTextTest(); ReflectionTest(flatbuf.get(), rawbuf.length()); ParseProtoTest(); + UnionVectorTest(); #endif FuzzTest1(); @@ -1391,7 +1392,6 @@ int main(int /*argc*/, const char * /*argv*/[]) { InvalidUTF8Test(); UnknownFieldsTest(); ParseUnionTest(); - UnionVectorTest(); ConformTest(); if (!testing_fails) {