assist-project/dtls-fuzzer

setup_sut.sh should not perform `sudo make install` operations

Opened this issue · 0 comments

The setup_sut.sh performs sudo make install in order to deploy SUTs and SUT dependencies. This has the potential to break things. We should tweak the setup_sut.sh to install dependencies locally, and optionally, have some convenient way of adding the dependencies/SUTs to the PATH.