SConscript (8235:6381dc8bcfcc) | SConscript (8951:4347de090956) |
---|---|
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 --- 34 unchanged lines hidden (view full) --- 43UnitTest('lrutest', 'lru_test.cc') 44UnitTest('nmtest', 'nmtest.cc') 45UnitTest('offtest', 'offtest.cc') 46UnitTest('rangetest', 'rangetest.cc') 47UnitTest('rangemaptest', 'rangemaptest.cc') 48UnitTest('rangemultimaptest', 'rangemultimaptest.cc') 49UnitTest('refcnttest', 'refcnttest.cc') 50UnitTest('strnumtest', 'strnumtest.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 --- 34 unchanged lines hidden (view full) --- 43UnitTest('lrutest', 'lru_test.cc') 44UnitTest('nmtest', 'nmtest.cc') 45UnitTest('offtest', 'offtest.cc') 46UnitTest('rangetest', 'rangetest.cc') 47UnitTest('rangemaptest', 'rangemaptest.cc') 48UnitTest('rangemultimaptest', 'rangemultimaptest.cc') 49UnitTest('refcnttest', 'refcnttest.cc') 50UnitTest('strnumtest', 'strnumtest.cc') |
51UnitTest('trietest', 'trietest.cc') |
|
51 52stattest_py = PySource('m5', 'stattestmain.py', skip_lib=True) 53stattest_swig = SwigSource('m5.internal', 'stattest.i', skip_lib=True) 54UnitTest('stattest', 'stattest.cc', stattest_py, stattest_swig) 55 56UnitTest('symtest', 'symtest.cc') 57UnitTest('tokentest', 'tokentest.cc') 58UnitTest('tracetest', 'tracetest.cc') | 52 53stattest_py = PySource('m5', 'stattestmain.py', skip_lib=True) 54stattest_swig = SwigSource('m5.internal', 'stattest.i', skip_lib=True) 55UnitTest('stattest', 'stattest.cc', stattest_py, stattest_swig) 56 57UnitTest('symtest', 'symtest.cc') 58UnitTest('tokentest', 'tokentest.cc') 59UnitTest('tracetest', 'tracetest.cc') |