Sha256: abebce134a16603cf1f80f34b32c768fdd77a2396b09b15f589c23b4c0a9f3f2

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2014 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.

"""
Verifies that action input/output filenames with spaces are rejected.
"""

import TestGyp

test = TestGyp.TestGyp(formats=['android'])

stderr = ('gyp: Action input filename "name with spaces" in target do_actions '
          'contains a space\n')
test.run_gyp('space_filenames.gyp', status=1, stderr=stderr)

test.pass_test()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/android/gyptest-space-filenames.py