aflsol
v0.3.5
Published
#### NodeJs If you haven't installed NodeJS yet, run the following commands ```bash # Install nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash # Install latest node nvm install node ``` #### Run sample testcase Clon
Readme
Installation
NodeJs
If you haven't installed NodeJS yet, run the following commands
# Install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
# Install latest node
nvm install nodeRun sample testcase
Clone aflsol and run sample testcases
git clone https://github.com/duytai/aflsol.git
cd aflsol
npm install
npm run test