blob: a16f81ecaaa29c84dc1e1f3668dab9670e3e0447 [file] [edit]
# -*- python -*-
# Copyright 2008 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(
"python_version.out",
command=["${PYTHON}", env.File('python_version.py')],
direct_emulation=False,
)
env.AddNodeToTestSuite(node, ['medium_tests'], 'run_python_version_test')