SConscript (11988:665cd5f8b52b) | SConscript (12302:5771c4c65b23) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40UnitTest('fbtest', 'fbtest.cc') 41UnitTest('initest', 'initest.cc') 42UnitTest('nmtest', 'nmtest.cc') 43UnitTest('rangemaptest', 'rangemaptest.cc') 44UnitTest('refcnttest', 'refcnttest.cc') 45UnitTest('strnumtest', 'strnumtest.cc') 46UnitTest('trietest', 'trietest.cc') 47 | 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 --- 31 unchanged lines hidden (view full) --- 40UnitTest('fbtest', 'fbtest.cc') 41UnitTest('initest', 'initest.cc') 42UnitTest('nmtest', 'nmtest.cc') 43UnitTest('rangemaptest', 'rangemaptest.cc') 44UnitTest('refcnttest', 'refcnttest.cc') 45UnitTest('strnumtest', 'strnumtest.cc') 46UnitTest('trietest', 'trietest.cc') 47 |
48stattest_py = PySource('m5', 'stattestmain.py', skip_lib=True) | 48stattest_py = PySource('m5', 'stattestmain.py', tags='stattest') |
49UnitTest('stattest', 'stattest.cc', stattest_py, main=True) 50 51UnitTest('symtest', 'symtest.cc') 52UnitTest('tokentest', 'tokentest.cc') | 49UnitTest('stattest', 'stattest.cc', stattest_py, main=True) 50 51UnitTest('symtest', 'symtest.cc') 52UnitTest('tokentest', 'tokentest.cc') |