Deleted Added
sdiff udiff text old ( 11720:482900205561 ) new ( 13619:44b5224b2ff4 )
full compact
1# Copyright (c) 2016 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 40 unchanged lines hidden (view full) ---

49# A wrapper around configs/example/memcheck.py
50
51# For some reason, this is implicitly needed by run.py
52root = None
53
54def run_test(root):
55 # Called from tests/run.py
56
57 import sys
58 argv = [
59 sys.argv[0],
60 '-m %d' % maxtick,
61 ]
62
63 # Execute the script we are wrapping
64 run_config('configs/example/memcheck.py', argv=argv)