# CEED: Code for Efficient Extensible Discretization

## Building

The CEED library, `libceed`, is a C99 library that can be built using

    make

## Testing

The test suite produces [TAP](https://testanything.org) output and is
run by:

    make test
