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

https://github.com/clarus/coq-clarus-clojure-test

Tests for the branch "Clojure" of https://github.com/clarus/coq.
https://github.com/clarus/coq-clarus-clojure-test

Last synced: 4 months ago
JSON representation

Tests for the branch "Clojure" of https://github.com/clarus/coq.

Awesome Lists containing this project

README

          

# coq-clarus-clojure-test

Tests for the branch *Clojure* of https://github.com/clarus/coq.

To run the tests, clone the branch *Clojure* of https://github.com/clarus/coq in `coq/`:

git clone https://github.com/clarus/coq.git
cd coq/
git branch Clojure
cd ..

Then run the `Dokerfile`:

docker build --tag=coq-clojure .

It will install OCaml and Clojure in a container, compile Coq and run some tests. If you want to connect to the generated image:

docker run -ti coq-clojure /bin/bash