pycoq
pycoq copied to clipboard
Why does one need to run a test file to use pycoq?
the command:
make install && dune build examples/test.py && dune exec -- python3 _build/default/examples/test.py
is running some test files. Why do we need to run a test file to build pycoq?
arbitrary code can be ran in setup.py https://github.com/ejgallego/pycoq/issues/29