SConscript (11802:be62996c95d1) SConscript (11988:665cd5f8b52b)
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

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

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)
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

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

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)
49stattest_swig = SwigSource('_m5', 'stattest.i', skip_lib=True)
50UnitTest('stattest', 'stattest.cc', stattest_py, stattest_swig, main=True)
49UnitTest('stattest', 'stattest.cc', stattest_py, main=True)
51
52UnitTest('symtest', 'symtest.cc')
53UnitTest('tokentest', 'tokentest.cc')
50
51UnitTest('symtest', 'symtest.cc')
52UnitTest('tokentest', 'tokentest.cc')