xref: /libCEED/README.md (revision bae895488eeeeb46dc9597542d9bc07686d3d353)
1# CEED: Code for Efficient Extensible Discretization
2
3## Building
4
5The CEED library, `libceed`, is a C99 library that can be built using
6
7    make
8
9## Testing
10
11The test suite produces [TAP](https://testanything.org) output and is
12run by:
13
14    make test
15