mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. (#7729)
* Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS * Fix cmake syntax * Further fix cmake argumetns * Add workaround for unused-parameter. * Remove build matrix Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -1511,6 +1511,9 @@ int FlatBufferTests(const std::string &tests_data_path) {
|
||||
ParseIncorrectMonsterJsonTest(tests_data_path);
|
||||
FixedLengthArraySpanTest(tests_data_path);
|
||||
DoNotRequireEofTest(tests_data_path);
|
||||
#else
|
||||
// Guard against -Wunused-parameter.
|
||||
(void)tests_data_path;
|
||||
#endif
|
||||
|
||||
UtilConvertCase();
|
||||
|
||||
Reference in New Issue
Block a user