summaryrefslogtreecommitdiff
path: root/deps/gyp/test/variables/latelate/gyptest-latelate.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/variables/latelate/gyptest-latelate.py')
-rwxr-xr-xdeps/gyp/test/variables/latelate/gyptest-latelate.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/deps/gyp/test/variables/latelate/gyptest-latelate.py b/deps/gyp/test/variables/latelate/gyptest-latelate.py
deleted file mode 100755
index 2d77dfec5e..0000000000
--- a/deps/gyp/test/variables/latelate/gyptest-latelate.py
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/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.
-
-"""
-Verifies that ^(latelate) style variables work.
-"""
-
-import TestGyp
-
-test = TestGyp.TestGyp()
-
-test.run_gyp('latelate.gyp', chdir='src')
-
-test.relocate('src', 'relocate/src')
-
-test.build('latelate.gyp', test.ALL, chdir='relocate/src')
-
-test.run_built_executable(
- 'program', chdir='relocate/src', stdout='program.cc\n')
-
-
-test.pass_test()