Index: test/win/gyptest-midl-defines.py |
=================================================================== |
--- test/win/gyptest-midl-defines.py (revision 1457) |
+++ test/win/gyptest-midl-defines.py (working copy) |
@@ -1,22 +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. |
- |
-""" |
-Make sure proprocessor defines are passed correctly. |
-""" |
- |
-import TestGyp |
- |
-import sys |
- |
-if sys.platform == 'win32': |
- test = TestGyp.TestGyp(formats=['msvs', 'ninja']) |
- |
- CHDIR = 'idl-rules' |
- test.run_gyp('defines.gyp', chdir=CHDIR) |
- test.build('defines.gyp', test.ALL, chdir=CHDIR) |
- |
- test.pass_test() |