Skip to content

vglavnyy/flatbuffers_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standalone tests for C++ Flatbuffers library

Required

https://github.com/google/flatbuffers https://github.com/google/googletest

The build script looking for required libraries at one level higher of himself. For cmake build it is expected that the structure of file directories is:

/flatbuffers/
/flatbuffers_tests/
/googletests/

All these dependencies should be installed before build.

Tests for JSON parser

JSON datasets located at ./json_datasets directory. Sources:

  1. Dataset from json.org: [https://www.json.org/JSON_checker/test.zip]
  2. Dataset from seriot.ch: [https://github.com/nst/JSONTestSuite]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published