File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ proj.directory-list = [{'dirloc': loc('../../..'),
3232proj.file-type = 'shared'
3333proj.home-dir = loc('../../..')
3434proj.main-file = loc('../../../run_gui.py')
35+ proj.pypath = {None: ('custom',
36+ '${WING:PROJECT_HOME}\\garlicsim;${WING:PROJECT_HOME}\\'\
37+ 'garlicsim_lib;${WING:PROJECT_HOME}\\garlicsim_wx;'),
38+ loc('../../../run_tests.py'): ('custom',
39+ '')}
3540proj.shared-attribute-names = ['proj.shared-attribute-names',
3641 'proj.directory-list',
3742 'proj.file-list',
@@ -40,7 +45,8 @@ proj.shared-attribute-names = ['proj.shared-attribute-names',
4045 'testing.test-file-list',
4146 'testing.auto-test-file-specs',
4247 'testing.test-framework',
43- 'proj.home-dir']
48+ 'proj.home-dir',
49+ 'proj.pypath']
4450testing.auto-test-file-specs = ('test_garlicsim/test*.py',
4551 'test_garlicsim_lib/test*.py',
4652 'test_garlicsim_wx/test*.py')
You can’t perform that action at this time.
0 commit comments