SConscript (12364:8cba43b89bcb) SConscript (12366:3b4b6fa339a9)
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

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

30
31Import('*')
32
33Source('unittest.cc')
34
35UnitTest('circlebuf', 'circlebuf.cc')
36UnitTest('cprintftest', 'cprintftest.cc')
37UnitTest('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

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

30
31Import('*')
32
33Source('unittest.cc')
34
35UnitTest('circlebuf', 'circlebuf.cc')
36UnitTest('cprintftest', 'cprintftest.cc')
37UnitTest('cprintftime', 'cprintftime.cc')
38UnitTest('fbtest', 'fbtest.cc')
38UnitTest('pixeltest', 'pixeltest.cc')
39UnitTest('initest', 'initest.cc')
40UnitTest('nmtest', 'nmtest.cc')
41UnitTest('rangemaptest', 'rangemaptest.cc')
42UnitTest('refcnttest', 'refcnttest.cc')
43UnitTest('strnumtest', 'strnumtest.cc')
44UnitTest('trietest', 'trietest.cc')
45
46stattest_py = PySource('m5', 'stattestmain.py', tags='stattest')
47UnitTest('stattest', 'stattest.cc', stattest_py, main=True)
48
49UnitTest('symtest', 'symtest.cc')
50UnitTest('tokentest', 'tokentest.cc')
39UnitTest('initest', 'initest.cc')
40UnitTest('nmtest', 'nmtest.cc')
41UnitTest('rangemaptest', 'rangemaptest.cc')
42UnitTest('refcnttest', 'refcnttest.cc')
43UnitTest('strnumtest', 'strnumtest.cc')
44UnitTest('trietest', 'trietest.cc')
45
46stattest_py = PySource('m5', 'stattestmain.py', tags='stattest')
47UnitTest('stattest', 'stattest.cc', stattest_py, main=True)
48
49UnitTest('symtest', 'symtest.cc')
50UnitTest('tokentest', 'tokentest.cc')