SConscript (14205:197360deaa20) | SConscript (14209:7efe1c187149) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 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 --- 69 unchanged lines hidden (view full) --- 78Source('loader/elf_object.cc') 79Source('loader/hex_file.cc') 80Source('loader/object_file.cc') 81Source('loader/raw_object.cc') 82Source('loader/symtab.cc') 83 84Source('stats/group.cc') 85Source('stats/text.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 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 --- 69 unchanged lines hidden (view full) --- 78Source('loader/elf_object.cc') 79Source('loader/hex_file.cc') 80Source('loader/object_file.cc') 81Source('loader/raw_object.cc') 82Source('loader/symtab.cc') 83 84Source('stats/group.cc') 85Source('stats/text.cc') |
86if env['USE_HDF5']: 87 Source('stats/hdf5.cc') |
|
86 87GTest('addr_range.test', 'addr_range.test.cc') 88GTest('addr_range_map.test', 'addr_range_map.test.cc') 89GTest('bitunion.test', 'bitunion.test.cc') 90GTest('circlebuf.test', 'circlebuf.test.cc') 91GTest('circular_queue.test', 'circular_queue.test.cc') 92GTest('sat_counter.test', 'sat_counter.test.cc') 93 --- 21 unchanged lines hidden --- | 88 89GTest('addr_range.test', 'addr_range.test.cc') 90GTest('addr_range_map.test', 'addr_range_map.test.cc') 91GTest('bitunion.test', 'bitunion.test.cc') 92GTest('circlebuf.test', 'circlebuf.test.cc') 93GTest('circular_queue.test', 'circular_queue.test.cc') 94GTest('sat_counter.test', 'sat_counter.test.cc') 95 --- 21 unchanged lines hidden --- |