mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 15:16:28 +00:00
Removed test/generate_code.{sh|bat} (#6873)
* removed test/generate_code.{sh|bat}
remove c++0x from generate_code.py
added check generate code script in python
add windows specific call
added flags to generate_code.py
Set c++-0x on BUILD_LEGACY
Skip generating monster_extra if requested
* added option to skip monster extra
* add conditional to skip 2010 check gen
This commit is contained in:
@@ -10,6 +10,6 @@ cmake . -DCMAKE_BUILD_TYPE=$config \
|
||||
-DFLATBUFFERS_BUILD_TESTS=0 -DFLATBUFFERS_INSTALL=0
|
||||
cmake --build . --target flatc --clean-first -- -j$JOBS
|
||||
|
||||
echo "Check generated code"
|
||||
scripts/check-generate-code.sh
|
||||
echo "Checking generated code"
|
||||
scripts/check_generate_code.py
|
||||
echo "Done"
|
||||
|
||||
@@ -14,7 +14,7 @@ cmake . -DCMAKE_BUILD_TYPE=$config \
|
||||
cmake --build . --target all --clean-first -- -j$JOBS
|
||||
ctest --extra-verbose --output-on-failure -j$JOBS
|
||||
|
||||
echo "Check generated code"
|
||||
scripts/check-generate-code.sh
|
||||
echo "Checking generated code"
|
||||
scripts/check_generate_code.py
|
||||
|
||||
echo "C++ tests done"
|
||||
|
||||
Reference in New Issue
Block a user