| Index: test/include_dirs/gyptest-default.py
|
| diff --git a/test/include_dirs/gyptest-default.py b/test/include_dirs/gyptest-default.py
|
| index fc6141587e10be1573c886d8561470ecf46a45a0..63688b479f4f038ad526b4b64c8408b0b3aefbd1 100755
|
| --- a/test/include_dirs/gyptest-default.py
|
| +++ b/test/include_dirs/gyptest-default.py
|
| @@ -38,6 +38,10 @@ Hello from subdir/inc.h
|
| Hello from include1.h
|
| Hello from subdir/inc2/include2.h
|
| """
|
| -test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
|
| +if test.format == 'android':
|
| + test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir,
|
| + subdir='subdir')
|
| +else:
|
| + test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
|
|
|
| test.pass_test()
|
|
|