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/tsunami_source/setup.py

    r9528 r9569  
    1313    config = Configuration('tsunami_source', parent_package, top_path)
    1414
    15     config.add_data_dir('test')
    16     config.add_data_dir(join('test','data'))
     15    config.add_data_dir('tests')
     16    config.add_data_dir(join('tests','data'))
    1717
    1818   
Note: See TracChangeset for help on using the changeset viewer.