blob: 7aa7c35bf8bc95be499d7a8a03ba2bc32173ee00 [file] [log] [blame]
# -*- python -*-
# Copyright 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
Import('env')
node = env.CommandTest('toolchain_python_tests.out',
command=['${PYTHON}',
env.File('toolchain_tests.py'), '-v'],
direct_emulation=False)
env.AddNodeToTestSuite(node, ['small_tests'], 'run_toolchain_python_tests')