tsloughter / beamup

Install and control active BEAM languages and components
https://tsloughter.github.io/beamup/
Apache License 2.0
48 stars 2 forks source link

Integration tests #2

Open tsloughter opened 2 months ago

tsloughter commented 2 months ago

I'd like to run full commands in docker, probably with shelltestrunner, to test they do as expected. The only thing we can't do is actual Erlang builds. So the docker image should have Erlang already installed in a place for beamup to recognize it and use.

Though there should be tests of the future features of erroring if wx or openssl aren't found, when an option like --warnings-as-errors is added to change future warnings of those missing into errors.

tsloughter commented 1 month ago

Partially done with shelltestrunner in #35