SConscript (12757:114f34a90feb) SConscript (13359:4f3ab46cc7c7)
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('circlebuf', 'circlebuf.cc')
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', with_tag('stattest'), main=True)
45
46UnitTest('symtest', 'symtest.cc')
47UnitTest('tokentest', 'tokentest.cc')
35UnitTest('cprintftime', 'cprintftime.cc')
36UnitTest('initest', 'initest.cc')
37UnitTest('nmtest', 'nmtest.cc')
38UnitTest('rangemaptest', 'rangemaptest.cc')
39UnitTest('refcnttest', 'refcnttest.cc')
40UnitTest('strnumtest', 'strnumtest.cc')
41
42stattest_py = PySource('m5', 'stattestmain.py', tags='stattest')
43UnitTest('stattest', 'stattest.cc', with_tag('stattest'), main=True)
44
45UnitTest('symtest', 'symtest.cc')
46UnitTest('tokentest', 'tokentest.cc')