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
7Import('env')
8
9node = env.CommandTest('run_pynacl_tests.out',
10                       command=['${PYTHON}', env.File('run_pynacl_tests.py')],
11                       direct_emulation=False)
12env.AddNodeToTestSuite(node, ['small_tests'], 'run_pynacl_tests')
13