~hjd/ubuntu/wily/gyp/debian-merged

« back to all changes in this revision

Viewing changes to test/toplevel-dir/gyptest-toplevel-dir.py

  • Committer: Hans Joachim Desserud
  • Date: 2015-10-31 12:46:59 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: hans_joachim_desserud-20151031124659-lzxekr6woskh4k0b
Merge latest Debian version

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
toplevel_dir = 'src'
22
22
 
23
 
test.build('all', chdir=toplevel_dir)
 
23
test.build('sub1/main.gyp', test.ALL, chdir=toplevel_dir)
24
24
 
25
25
test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
26
26