Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 437 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 437 Bytes

sim-C Test Suite

Steps to run

  1. Install simC test suite:-
user@programmer~$: pip install git+https://github.com/cimplec/test-suite
  1. Run tests:-

    2.1) Both unit and code tests:-

    user@programmer~:$ simc-test

    2.2) Only unit tests:-

    user@programmer~:$ simc-test --unit

    2.3) Only code tests:-

    user@programmer~:$ simc-test --code