Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbrt/docker-klee

Docker image for KLEE
https://github.com/mbrt/docker-klee

Last synced: 18 days ago
JSON representation

Docker image for KLEE

Awesome Lists containing this project

README

        

# docker-klee

Minimal Docker image for [KLEE](http://klee.github.io/) with LLVM 3.4 on Ubuntu Trusty.

## Usage

Run this image from within your workspace. You can than build your test files using `clang -emit-llvm`, and then test it with KLEE commands: `klee`, `ktest-tool`, etc.

```
cd your/workspace
docker run --rm -tiv `pwd`:/work mbrt/klee
```

## License

Mit. See [LICENSE](https://github.com/mbrt/docker-klee/blob/master/LICENSE) file.