| Index: test/include_dirs/gyptest-all.py
|
| diff --git a/test/include_dirs/gyptest-all.py b/test/include_dirs/gyptest-all.py
|
| index d64bc6a9cadb9f1b8d678c94312003856c3e0966..4a0d20761eddb34aab6f527f04a4a00438f3c814 100755
|
| --- a/test/include_dirs/gyptest-all.py
|
| +++ b/test/include_dirs/gyptest-all.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()
|
|
|