Sha256: ee161a390633686645d2cb8e58d650fb6b2dc43cc52cd3972946279012e9fb11

Contents?: true

Size: 405 Bytes

Versions: 4

Compression:

Stored size: 405 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 building a target with nothing succeeds.
"""

import os
import sys
import TestGyp

test = TestGyp.TestGyp()
test.run_gyp('empty-target.gyp')
test.build('empty-target.gyp', target='empty_target')
test.pass_test()

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/empty-target/gyptest-empty-target.py
mt-libuv-4.1.03 ext/gyp/test/empty-target/gyptest-empty-target.py
mt-libuv-4.1.02 ext/gyp/test/empty-target/gyptest-empty-target.py
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/empty-target/gyptest-empty-target.py