project-everest / everest

https://project-everest.github.io/
Apache License 2.0
193 stars 29 forks source link

Add `everest shell` command for debugging. #107

Closed gebner closed 9 months ago

gebner commented 9 months ago

The everest shell command spawns a subshell with the correct FSTAR_HOME/HACL_HOME/etc. environment variables set. This makes it easy to run e.g. cd mitls-fstar; make to debug build failures.

msprotz commented 9 months ago

Looks good to me, thanks!