Home | History | Annotate | Download | only in generator-output

Lines Matching full:actions

8 Verifies --generator-output= behavior when using actions.
17 # ('actions') should be untouched.
18 test.writable(test.workpath('actions'), False)
19 test.run_gyp('actions.gyp',
22 chdir='actions')
24 test.writable(test.workpath('actions'), True)
26 test.relocate('actions', 'relocate/actions')
29 test.writable(test.workpath('relocate/actions'), False)
36 test.writable(test.workpath('relocate/actions/build'), True)
37 test.writable(test.workpath('relocate/actions/subdir1/build'), True)
38 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True)
39 test.writable(test.workpath('relocate/actions/subdir2/build'), True)
40 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True)
42 test.build('actions.gyp', test.ALL, chdir='relocate/gypfiles')
51 chdir = 'relocate/actions/subdir1'
56 test.must_match('relocate/actions/subdir2/actions-out/file.out',