3143b9fb2d306a09d16ea46c152bee575df19f3c
[platform/framework/web/crosswalk.git] / src / native_client / toolchain_build / build.scons
1 # -*- python -*-
2 # Copyright 2012 The Native Client Authors.  All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can
4 # be found in the LICENSE file.
5
6
7 Import('env')
8
9 node = env.CommandTest('toolchain_python_tests.out',
10                        command=['${PYTHON}',
11                                 env.File('toolchain_tests.py'), '-v'],
12                        direct_emulation=False)
13 env.AddNodeToTestSuite(node, ['small_tests'], 'run_toolchain_python_tests')