Updated Lobster test for optional bools/enums

The codegen for this was already correct, just added more tests
This commit is contained in:
Wouter van Oortmerssen
2020-10-02 10:53:47 -07:00
parent 8ec8322f09
commit 5d3cf440e5
4 changed files with 248 additions and 8 deletions

View File

@@ -53,8 +53,8 @@ $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS $TEST_JS_TS_FLAGS -o namespace
../flatc --dart monster_extra.fbs
# Generate optional scalar code for tests.
../flatc --kotlin --lobster optional_scalars.fbs # These ones have not added optional enum support.
../flatc --rust optional_scalars2.fbs
../flatc --kotlin optional_scalars.fbs # These ones have not added optional enum support.
../flatc --rust --lobster optional_scalars2.fbs
../flatc $TEST_NOINCL_FLAGS $TEST_CPP_FLAGS --cpp optional_scalars.fbs
# Generate the schema evolution tests