Sha256: e9b8454b4bf05fded2fd03db726abb82432c33cf23195f869be5013632782f1f

Contents?: true

Size: 841 Bytes

Versions: 24

Compression:

Stored size: 841 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2012 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""
Make sure lots of actions in the same target don't cause exceeding command
line length.
"""

import TestGyp

test = TestGyp.TestGyp()

test.run_gyp('many-actions-unsorted.gyp')
test.build('many-actions-unsorted.gyp', test.ALL)
for i in range(15):
  test.built_file_must_exist('generated_%d.h' % i)

# Make sure the optimized cygwin setup doesn't cause problems for incremental
# builds.
test.touch('file1')
test.build('many-actions-unsorted.gyp', test.ALL)

test.touch('file0')
test.build('many-actions-unsorted.gyp', test.ALL)

test.touch('file2')
test.touch('file3')
test.touch('file4')
test.build('many-actions-unsorted.gyp', test.ALL)

test.pass_test()

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
libv8-3.16.14.19.1 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.19 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.18 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/many-actions/gyptest-many-actions-unsorted.py
arcabouco-0.2.13 vendor/bundle/gems/libv8-3.16.14.17/vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.17 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.16 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.15 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.14 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-tmpfork-3.16.14.13 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.13 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.12 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.11 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.10 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.8 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.8.rc1 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.7 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.6 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.5 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py
libv8-3.16.14.4 vendor/gyp/test/many-actions/gyptest-many-actions-unsorted.py