This uses the Lake "Script" feature to run the LeanInk tests.
Notable Changes
So make -C test run_tests becomes lake script run tests and make -C test capture becomes lake script run capture.
Also removed a problematic install.sh that was tinkering with the $HOME/.elan/bin folder. It is better for users to simply add the LeanInk/build/bin to their PATH environment when using alectryon.
Description
This uses the Lake "Script" feature to run the LeanInk tests.
Notable Changes
So
make -C test run_tests
becomeslake script run tests
andmake -C test capture
becomeslake script run capture
.Also removed a problematic
install.sh
that was tinkering with the $HOME/.elan/bin folder. It is better for users to simply add the LeanInk/build/bin to their PATH environment when using alectryon.Additional Notes
Fixes issue #21