SConscript revision 5584
16899SN/A# -*- mode:python -*-
26899SN/A
36899SN/A# Copyright (c) 2004-2005 The Regents of The University of Michigan
46899SN/A# All rights reserved.
56899SN/A#
66899SN/A# Redistribution and use in source and binary forms, with or without
76899SN/A# modification, are permitted provided that the following conditions are
86899SN/A# met: redistributions of source code must retain the above copyright
96899SN/A# notice, this list of conditions and the following disclaimer;
106899SN/A# redistributions in binary form must reproduce the above copyright
116899SN/A# notice, this list of conditions and the following disclaimer in the
126899SN/A# documentation and/or other materials provided with the distribution;
136899SN/A# neither the name of the copyright holders nor the names of its
146899SN/A# contributors may be used to endorse or promote products derived from
156899SN/A# this software without specific prior written permission.
166899SN/A#
176899SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
186899SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
196899SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
206899SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
216899SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
226899SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
236899SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
246899SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
256899SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
266899SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
276899SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
286899SN/A#
296899SN/A# Authors: Nathan Binkert
306899SN/A
316899SN/AImport('*')
326899SN/A
336899SN/AUnitTest('bitvectest', 'bitvectest.cc')
346899SN/AUnitTest('circletest', 'circletest.cc')
356899SN/AUnitTest('cprintftest', 'cprintftest.cc')
366899SN/AUnitTest('cprintftime', 'cprintftest.cc')
376899SN/AUnitTest('initest', 'initest.cc')
389100SBrad.Beckmann@amd.comUnitTest('lrutest', 'lru_test.cc')
396899SN/AUnitTest('nmtest', 'nmtest.cc')
408928Sandreas.hansson@arm.comUnitTest('offtest', 'offtest.cc')
416899SN/AUnitTest('rangetest', 'rangetest.cc')
426899SN/AUnitTest('rangemaptest', 'rangemaptest.cc')
436899SN/AUnitTest('rangemultimaptest', 'rangemultimaptest.cc')
446899SN/AUnitTest('stattest', 'stattest.cc')
456899SN/AUnitTest('strnumtest', 'strnumtest.cc')
466899SN/AUnitTest('symtest', 'symtest.cc')
476899SN/AUnitTest('tokentest', 'tokentest.cc')
486899SN/AUnitTest('tracetest', 'tracetest.cc')
498928Sandreas.hansson@arm.com