SConscript revision 7735
16365Sgblack@eecs.umich.edu# -*- mode:python -*-
26365Sgblack@eecs.umich.edu
36365Sgblack@eecs.umich.edu# Copyright (c) 2004-2005 The Regents of The University of Michigan
46365Sgblack@eecs.umich.edu# All rights reserved.
56365Sgblack@eecs.umich.edu#
66365Sgblack@eecs.umich.edu# Redistribution and use in source and binary forms, with or without
76365Sgblack@eecs.umich.edu# modification, are permitted provided that the following conditions are
86365Sgblack@eecs.umich.edu# met: redistributions of source code must retain the above copyright
96365Sgblack@eecs.umich.edu# notice, this list of conditions and the following disclaimer;
106365Sgblack@eecs.umich.edu# redistributions in binary form must reproduce the above copyright
116365Sgblack@eecs.umich.edu# notice, this list of conditions and the following disclaimer in the
126365Sgblack@eecs.umich.edu# documentation and/or other materials provided with the distribution;
136365Sgblack@eecs.umich.edu# neither the name of the copyright holders nor the names of its
146365Sgblack@eecs.umich.edu# contributors may be used to endorse or promote products derived from
156365Sgblack@eecs.umich.edu# this software without specific prior written permission.
166365Sgblack@eecs.umich.edu#
176365Sgblack@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
186365Sgblack@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
196365Sgblack@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
206365Sgblack@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
216365Sgblack@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
226365Sgblack@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
236365Sgblack@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
246365Sgblack@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
256365Sgblack@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
266365Sgblack@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
276365Sgblack@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
286365Sgblack@eecs.umich.edu#
296365Sgblack@eecs.umich.edu# Authors: Nathan Binkert
306365Sgblack@eecs.umich.edu
3111793Sbrandon.potter@amd.comImport('*')
3211793Sbrandon.potter@amd.com
3311793Sbrandon.potter@amd.comUnitTest('bitvectest', 'bitvectest.cc')
348229Snate@binkert.orgUnitTest('circletest', 'circletest.cc')
358229Snate@binkert.orgUnitTest('cprintftest', 'cprintftest.cc')
366365Sgblack@eecs.umich.eduUnitTest('cprintftime', 'cprintftest.cc')
378232Snate@binkert.orgUnitTest('initest', 'initest.cc')
386365Sgblack@eecs.umich.eduUnitTest('lrutest', 'lru_test.cc')
397678Sgblack@eecs.umich.eduUnitTest('nmtest', 'nmtest.cc')
406365Sgblack@eecs.umich.eduUnitTest('offtest', 'offtest.cc')
416365Sgblack@eecs.umich.eduUnitTest('rangetest', 'rangetest.cc')
426365Sgblack@eecs.umich.eduUnitTest('rangemaptest', 'rangemaptest.cc')
436365Sgblack@eecs.umich.eduUnitTest('rangemultimaptest', 'rangemultimaptest.cc')
446365Sgblack@eecs.umich.eduUnitTest('stattest', 'stattest.cc')
456365Sgblack@eecs.umich.eduUnitTest('strnumtest', 'strnumtest.cc')
466365Sgblack@eecs.umich.eduUnitTest('symtest', 'symtest.cc')
476365Sgblack@eecs.umich.eduUnitTest('tokentest', 'tokentest.cc')
486365Sgblack@eecs.umich.eduUnitTest('tracetest', 'tracetest.cc')
496365Sgblack@eecs.umich.edu