Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1185)

Unified Diff: native_client_sdk/src/project_templates/test.scons

Issue 16972010: Dropping nacl sdk dead code (documentation, project_template). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/project_templates/test.scons
diff --git a/native_client_sdk/src/project_templates/test.scons b/native_client_sdk/src/project_templates/test.scons
deleted file mode 100644
index 56c3ac2731e594a88c9109b7d8c510e0e97f37a1..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/project_templates/test.scons
+++ /dev/null
@@ -1,26 +0,0 @@
-#! -*- python -*-
-#
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""Build file for tests of init_project interface.
-
-Adapted from scons documentation: http://www.scons.org/wiki/UnitTests
-
-RunUnitTests(): Runs a comment and uses the return code to determine success.
-"""
-
-__author__ = 'mlinck@google.com (Michael Linck)'
-
-import os
-import sys
-
-Import('env')
-
-#TODO(mlinck) Enable this test again when it works on Windows
-cmd = env.CreatePythonUnitTest(filename='init_project_test.py',
- dependencies=['init_project.py'],
- disabled=env['IS_WINDOWS'])
-
-env.AddNodeToTestSuite(cmd, ['bot'], 'run_init_project_test', 'small')
« no previous file with comments | « native_client_sdk/src/project_templates/scons.bat ('k') | native_client_sdk/src/project_templates/vs/project_file.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698