SConscript (9234:49df6e096beb) SConscript (9850:87d6b41749e9)
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

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

25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Nathan Binkert
30
31Import('*')
32
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

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

25# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Nathan Binkert
30
31Import('*')
32
33if env['TARGET_ISA'] == 'no':
34 Return()
35
36Source('unittest.cc')
37
38UnitTest('bitvectest', 'bitvectest.cc')
39UnitTest('circletest', 'circletest.cc')
40UnitTest('cprintftest', 'cprintftest.cc')
41UnitTest('cprintftime', 'cprintftest.cc')
42UnitTest('initest', 'initest.cc')
43UnitTest('lrutest', 'lru_test.cc')

--- 14 unchanged lines hidden ---
33Source('unittest.cc')
34
35UnitTest('bitvectest', 'bitvectest.cc')
36UnitTest('circletest', 'circletest.cc')
37UnitTest('cprintftest', 'cprintftest.cc')
38UnitTest('cprintftime', 'cprintftest.cc')
39UnitTest('initest', 'initest.cc')
40UnitTest('lrutest', 'lru_test.cc')

--- 14 unchanged lines hidden ---