exec-tests

Run tests from an executable.


How to use it

  1. Create the __tests__ directory.
  2. Write expected in[X] and out[X] files inside the tests directory.
  3. Run the app using the executable: ./exec-tests --exe [EXECUTABLE]

Installation

Download the app and run:

chmod +x ./exec-tests

Options

--exe [EXECUTABLE]: Set the executable file to be used.
--continueInError: Make the app continue working even with errors.