Searched refs:TEST_BASE_FLAGS (Results 1 – 2 of 2) sorted by relevance
30 TEST_BASE_FLAGS="--reflect-names --gen-mutable --gen-object-api"31 TEST_RUST_FLAGS="$TEST_BASE_FLAGS --gen-name-strings"32 TEST_NOINCL_FLAGS="$TEST_BASE_FLAGS --no-includes"38 ../flatc --python $TEST_BASE_FLAGS -I include_test monster_test.fbs monsterdata_test.json47 ../flatc --cpp --java --kotlin --csharp --ts --php $TEST_BASE_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS …48 ../flatc --ts --gen-name-strings --gen-mutable $TEST_BASE_FLAGS $TEST_TS_FLAGS -I include_test mons…49 ../flatc $TEST_BASE_FLAGS $TEST_TS_FLAGS -b -I include_test monster_test.fbs unicode_test.json50 ../flatc --ts --gen-name-strings $TEST_BASE_FLAGS $TEST_TS_FLAGS -o union_vector union_vector/union…59 ../flatc --python $TEST_BASE_FLAGS arrays_test.fbs76 $working_dir/../flatc --swift $TEST_BASE_FLAGS $TEST_CPP_FLAGS $TEST_CS_FLAGS ${working_dir}/union_…[all …]
33 set TEST_BASE_FLAGS=--reflect-names --gen-mutable --gen-object-api variable34 set TEST_RUST_FLAGS=%TEST_BASE_FLAGS% --gen-name-strings35 set TEST_NOINCL_FLAGS=%TEST_BASE_FLAGS% --no-includes41 ..\%buildtype%\flatc.exe --python %TEST_BASE_FLAGS% -I include_test monster_test.fbs monsterdata_te…50 ..\%buildtype%\flatc.exe --cpp --java --csharp --ts --php %TEST_BASE_FLAGS% %TEST_CPP_FLAGS% %TEST_…51 ..\%buildtype%\flatc.exe --ts --gen-name-strings --gen-mutable %TEST_BASE_FLAGS% %TEST_TS_FLAGS% -I…52 ..\%buildtype%\flatc.exe %TEST_BASE_FLAGS% %TEST_TS_FLAGS% -b -I include_test monster_test.fbs unic…53 ..\%buildtype%\flatc.exe --ts --gen-name-strings %TEST_BASE_FLAGS% %TEST_TS_FLAGS% -o union_vector …61 ..\%buildtype%\flatc.exe --python %TEST_BASE_FLAGS% arrays_test.fbs || goto FAIL62 ..\%buildtype%\flatc.exe --cpp %TEST_BASE_FLAGS% --cpp-ptr-type flatbuffers::unique_ptr native_type…[all …]