An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# EATest

[![Build Status](https://travis-ci.org/electronicarts/EATest.svg?branch=master)](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.