summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/test_all.py
diff options
context:
space:
mode:
authornoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-22 21:17:02 +0000
committernoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-22 21:17:02 +0000
commitefbe396ba80c1c2ce7005af6b33b9d706a7efce4 (patch)
treec372cbe969544980de34003d13f5f3a4ea955695 /native_client_sdk/src/test_all.py
parentf61d0ccdd443ebce5eecaa7bbe75f98a660f6772 (diff)
downloadchromium_src-efbe396ba80c1c2ce7005af6b33b9d706a7efce4.zip
chromium_src-efbe396ba80c1c2ce7005af6b33b9d706a7efce4.tar.gz
chromium_src-efbe396ba80c1c2ce7005af6b33b9d706a7efce4.tar.bz2
Remove all cyclic imports
Clean up parameter sufixes to be consistant in generate_make and easy_template. <x>str for cStringIO <x>file for File object <x>path for Path string Move generate_make.RunTemplate to easy_template.RunTemplateIfChanged Break out desc parsing and selection to a parse_desc Break out build_sdk directories to build_paths Move build_sdk example build code to build_examples Move build_sdk GetWindowsEnvironment to build_common Rename build_examples to build_projects since it builds more than examples. Remove stale references to pyauto and makefile_gyp BUG=232172 Review URL: https://chromiumcodereview.appspot.com/13993016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/test_all.py')
-rwxr-xr-xnative_client_sdk/src/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/test_all.py b/native_client_sdk/src/test_all.py
index 4c37c78..0a1374f 100755
--- a/native_client_sdk/src/test_all.py
+++ b/native_client_sdk/src/test_all.py
@@ -21,7 +21,7 @@ TEST_MODULES = [
'sdktools_test',
'sdktools_commands_test',
'update_nacl_manifest_test',
- 'generate_make_test'
+ 'parse_dsc_test'
]
def main():