blob: 4d6e6310c7996d9e6ee900a2f26bb1f1161fec0d [file]
# -*- 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('run_build_tests.out',
command=['${PYTHON}', env.File('run_build_tests.py')],
direct_emulation=False)
env.AddNodeToTestSuite(node, ['small_tests'], 'run_build_tests')