https://github.com/electronicarts/EATest
EATest is a C++ unit testing framework. It's goal is to have a scalable architecture, have minimal dependencies, and simple usage.
https://github.com/electronicarts/EATest
Last synced: 17 days ago
JSON representation
EATest is a C++ unit testing framework. It's goal is to have a scalable architecture, have minimal dependencies, and simple usage.
- Host: GitHub
- URL: https://github.com/electronicarts/EATest
- Owner: electronicarts
- License: other
- Created: 2019-01-22T22:59:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T05:40:41.000Z (9 months ago)
- Last Synced: 2024-11-14T21:38:16.528Z (6 months ago)
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 39
- Watchers: 15
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - EATest
README
# EATest
[](https://travis-ci.org/electronicarts/EATest)
EATest is a C++ unit testing framework. It's goal is to have a scalable architecture, have minimal dependencies, and simple usage.
## Compiling sources
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on compiling and testing the source.
## Credits
Roberto Parolin is the current EATest owner within EA and is responsible for the open source repository.
## License
Modified BSD License (3-Clause BSD license) see the file LICENSE in the project root.