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

https://github.com/devfabiosilva/ctest

C test suite
https://github.com/devfabiosilva/ctest

Last synced: 10 months ago
JSON representation

C test suite

Awesome Lists containing this project

README

          

# ctest

A simplest lightweight compatible C test suite for low level C and C++ applications

## Usage

Just add _asserts.h_ and _asserts.c_ source code into your project

See [example sample code](https://github.com/devfabiosilva/ctest/tree/master/example) and

```sh
make
```

to test autoexplaining example

To clean test:
```sh
make clean
```

## Documentation

See documentation page [here](https://devfabiosilva.github.io/ctest/)

## Projects using _ctest_

- [myNanoEmbedded](https://github.com/devfabiosilva/myNanoEmbedded)
- [JNI tutorial](https://github.com/devfabiosilva/jni_tutorial)

## License

MIT