Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / pynacl / 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 be
4 # found in the LICENSE file.
5
6
7 Import('env')
8
9 node = env.CommandTest('run_pynacl_tests.out',
10                        command=['${PYTHON}', env.File('run_pynacl_tests.py')],
11                        direct_emulation=False)
12 env.AddNodeToTestSuite(node, ['small_tests'], 'run_pynacl_tests')