summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/gyptest-midl-includedirs.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/win/gyptest-midl-includedirs.py')
-rw-r--r--deps/gyp/test/win/gyptest-midl-includedirs.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/deps/gyp/test/win/gyptest-midl-includedirs.py b/deps/gyp/test/win/gyptest-midl-includedirs.py
deleted file mode 100644
index 05f6370409..0000000000
--- a/deps/gyp/test/win/gyptest-midl-includedirs.py
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/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.
-
-"""
-Verify that 'midl_include_dirs' is handled.
-"""
-
-import TestGyp
-
-import sys
-
-if sys.platform == 'win32':
- test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
-
- CHDIR = 'idl-includedirs'
- test.run_gyp('idl-includedirs.gyp', chdir=CHDIR)
- test.build('idl-includedirs.gyp', test.ALL, chdir=CHDIR)
- test.pass_test()