SConscript (12381:2f845ce45c9d) | SConscript (12382:face556c9c47) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29# Authors: Nathan Binkert 30 31Import('*') 32 33Source('unittest.cc') 34 35UnitTest('circlebuf', 'circlebuf.cc') 36UnitTest('cprintftime', 'cprintftime.cc') | 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 --- 20 unchanged lines hidden (view full) --- 29# Authors: Nathan Binkert 30 31Import('*') 32 33Source('unittest.cc') 34 35UnitTest('circlebuf', 'circlebuf.cc') 36UnitTest('cprintftime', 'cprintftime.cc') |
37UnitTest('pixeltest', 'pixeltest.cc') | |
38UnitTest('initest', 'initest.cc') 39UnitTest('nmtest', 'nmtest.cc') 40UnitTest('rangemaptest', 'rangemaptest.cc') 41UnitTest('refcnttest', 'refcnttest.cc') 42UnitTest('strnumtest', 'strnumtest.cc') 43 44stattest_py = PySource('m5', 'stattestmain.py', tags='stattest') 45UnitTest('stattest', 'stattest.cc', stattest_py, main=True) 46 47UnitTest('symtest', 'symtest.cc') 48UnitTest('tokentest', 'tokentest.cc') | 37UnitTest('initest', 'initest.cc') 38UnitTest('nmtest', 'nmtest.cc') 39UnitTest('rangemaptest', 'rangemaptest.cc') 40UnitTest('refcnttest', 'refcnttest.cc') 41UnitTest('strnumtest', 'strnumtest.cc') 42 43stattest_py = PySource('m5', 'stattestmain.py', tags='stattest') 44UnitTest('stattest', 'stattest.cc', stattest_py, main=True) 45 46UnitTest('symtest', 'symtest.cc') 47UnitTest('tokentest', 'tokentest.cc') |