Changeset 322 for pyyaml/trunk/Makefile

Show
Ignore:
Timestamp:
12/28/08 15:16:50 (3 years ago)
Author:
xi
Message:

Refactored the test suite; updated include and library paths in setup.cfg.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/Makefile

    r295 r322  
    3030        ${PYTHON} tests/test_build_ext.py ${TEST} 
    3131 
     32testall: 
     33        ${PYTHON} setup.py test 
     34 
    3235dist: 
    3336        ${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar