SConscript (12382:face556c9c47) SConscript (12757:114f34a90feb)
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

--- 27 unchanged lines hidden (view full) ---

36UnitTest('cprintftime', 'cprintftime.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')
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

--- 27 unchanged lines hidden (view full) ---

36UnitTest('cprintftime', 'cprintftime.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)
44UnitTest('stattest', 'stattest.cc', with_tag('stattest'), main=True)
45
46UnitTest('symtest', 'symtest.cc')
47UnitTest('tokentest', 'tokentest.cc')
45
46UnitTest('symtest', 'symtest.cc')
47UnitTest('tokentest', 'tokentest.cc')