Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

File metadata and controls

14 lines (10 loc) · 343 Bytes

Agent Overview for pcpp (Pure Python C Preprocessor)

How to build

  • python setup.py build

How to test

  • python setup.py test

Instructions

  1. Ignore everything within the ply submodule.
  2. Run tests before making a change.
  3. Run tests after making a change.
  4. If writing a unit test, always use the unittest framework.