SConscript (12316:c498e2d5403e) | SConscript (12330:9d9880d7ca55) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 18 unchanged lines hidden (view full) --- 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 33Source('unittest.cc') 34 | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 18 unchanged lines hidden (view full) --- 27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28# 29# Authors: Nathan Binkert 30 31Import('*') 32 33Source('unittest.cc') 34 |
35UnitTest('bitvectest', 'bitvectest.cc') | |
36UnitTest('circlebuf', 'circlebuf.cc') 37UnitTest('cprintftest', 'cprintftest.cc') 38UnitTest('cprintftime', 'cprintftest.cc') 39UnitTest('fbtest', 'fbtest.cc') 40UnitTest('initest', 'initest.cc') 41UnitTest('nmtest', 'nmtest.cc') 42UnitTest('rangemaptest', 'rangemaptest.cc') 43UnitTest('refcnttest', 'refcnttest.cc') 44UnitTest('strnumtest', 'strnumtest.cc') 45UnitTest('trietest', 'trietest.cc') 46 47stattest_py = PySource('m5', 'stattestmain.py', tags='stattest') 48UnitTest('stattest', 'stattest.cc', stattest_py, main=True) 49 50UnitTest('symtest', 'symtest.cc') 51UnitTest('tokentest', 'tokentest.cc') | 35UnitTest('circlebuf', 'circlebuf.cc') 36UnitTest('cprintftest', 'cprintftest.cc') 37UnitTest('cprintftime', 'cprintftest.cc') 38UnitTest('fbtest', 'fbtest.cc') 39UnitTest('initest', 'initest.cc') 40UnitTest('nmtest', 'nmtest.cc') 41UnitTest('rangemaptest', 'rangemaptest.cc') 42UnitTest('refcnttest', 'refcnttest.cc') 43UnitTest('strnumtest', 'strnumtest.cc') 44UnitTest('trietest', 'trietest.cc') 45 46stattest_py = PySource('m5', 'stattestmain.py', tags='stattest') 47UnitTest('stattest', 'stattest.cc', stattest_py, main=True) 48 49UnitTest('symtest', 'symtest.cc') 50UnitTest('tokentest', 'tokentest.cc') |