Ignore:
Timestamp:
Feb 1, 2015, 9:40:40 AM (10 years ago)
Author:
steve
Message:

changed test to tests in setup.py files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/utilities/setup.py

    r9528 r9569  
    1111    config = Configuration('utilities', parent_package, top_path)
    1212
    13     config.add_data_dir('test')
    14     config.add_data_dir(join('test','data'))
     13    config.add_data_dir('tests')
     14    config.add_data_dir(join('tests','data'))
    1515
    1616    config.add_extension('sparse_ext',
Note: See TracChangeset for help on using the changeset viewer.