pycoq icon indicating copy to clipboard operation
pycoq copied to clipboard

Why does one need to run a test file to use pycoq?

Open brando90 opened this issue 2 years ago • 1 comments

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?

brando90 avatar Mar 02 '23 15:03 brando90

arbitrary code can be ran in setup.py https://github.com/ejgallego/pycoq/issues/29

brando90 avatar Mar 02 '23 15:03 brando90