File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,25 @@ proj.directory-list = [{'dirloc': loc('../../..'),
3030 'recursive': True,
3131 'watch_for_changes': True}]
3232proj.file-type = 'shared'
33+ proj.home-dir = loc('../../..')
3334proj.main-file = loc('../../../run_gui.py')
35+ proj.pypath = {None: ('custom',
36+ ':${WING:PROJECT_HOME}/garlicsim:;${WING:PROJECT_HOME}'\
37+ '/garlicsim;:${WING:PROJECT_HOME}/garlicsim_lib:;${WIN'\
38+ 'G:PROJECT_HOME}/garlicsim_lib;:${WING:PROJECT_HOME}/g'\
39+ 'arlicsim_wx:;${WING:PROJECT_HOME}/garlicsim_wx;'),
40+ loc('../../../run_tests.py'): ('custom',
41+ '')}
42+ proj.shared-attribute-names = ['proj.shared-attribute-names',
43+ 'proj.directory-list',
44+ 'proj.file-list',
45+ 'proj.file-type',
46+ 'proj.main-file',
47+ 'testing.test-file-list',
48+ 'testing.auto-test-file-specs',
49+ 'testing.test-framework',
50+ 'proj.home-dir',
51+ 'proj.pypath']
3452testing.auto-test-file-specs = ('test_garlicsim/test*.py',
3553 'test_garlicsim_lib/test*.py',
3654 'test_garlicsim_wx/test*.py')
You can’t perform that action at this time.
0 commit comments