SConscript (8951:4347de090956) SConscript (9003:37b7913d2d35)
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

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

47UnitTest('rangemaptest', 'rangemaptest.cc')
48UnitTest('rangemultimaptest', 'rangemultimaptest.cc')
49UnitTest('refcnttest', 'refcnttest.cc')
50UnitTest('strnumtest', 'strnumtest.cc')
51UnitTest('trietest', 'trietest.cc')
52
53stattest_py = PySource('m5', 'stattestmain.py', skip_lib=True)
54stattest_swig = SwigSource('m5.internal', 'stattest.i', 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

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

47UnitTest('rangemaptest', 'rangemaptest.cc')
48UnitTest('rangemultimaptest', 'rangemultimaptest.cc')
49UnitTest('refcnttest', 'refcnttest.cc')
50UnitTest('strnumtest', 'strnumtest.cc')
51UnitTest('trietest', 'trietest.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)
55UnitTest('stattest', 'stattest.cc', stattest_py, stattest_swig, main=True)
56
57UnitTest('symtest', 'symtest.cc')
58UnitTest('tokentest', 'tokentest.cc')
59UnitTest('tracetest', 'tracetest.cc')
56
57UnitTest('symtest', 'symtest.cc')
58UnitTest('tokentest', 'tokentest.cc')
59UnitTest('tracetest', 'tracetest.cc')