summaryrefslogtreecommitdiffstats
path: root/tester/covoar/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* covoar: Add aarch64 targetAlex White2021-03-301-0/+1
|
* covoar/wscript: Install covoar.css and table.jsVijay Kumar Banerjee2020-01-281-0/+1
|
* waf: Update the check_cc tests to a newer method supported by waf.Chris Johns2019-05-271-2/+10
| | | | - Fix a minor issue in covoar's use of 64bit calls.
* Coverage : Add coverage support for RISCVVijay Kumar Banerjee2019-02-121-1/+2
|
* Coverage : install covoar in tester/binVijay Kumar Banerjee2018-11-271-0/+1
|
* tester/covoar: Integrate DWARF function data.Chris Johns2018-08-071-2/+2
| | | | | | | | | | | | | | | | Use DAWRF function data to create the executable coverage maps. Integrate the existing objdump processing with this data. - Refactor CoverageMapBase to have the address ranges and address info as separate objects. Move the to address info into a vector. Add support for multiple address ranges. - DesiredSymbols is only interested in function symbols. - ExecutableInfo creates coverage maps from DWARF function data. - Add warning flags to the covoar build. - Varous C++11 refactoring.
* covoar: Add libdwarf to the include path.Chris Johns2018-06-151-0/+1
|
* covoar: Use DWARF to map addresses to source files and lines.Chris Johns2018-06-151-1/+1
|
* covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell2018-05-011-0/+2
| | | | | | | | | | | | | | Add ability to organize symbol sets of libraries in INI file and then read them with covoar and load the symbols directly from the libraries. rtems-tools/../testing: Add configuration files for coverage analysis. A number of covoar options are not required and are defaulted. Co-author: Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com> Co-author: Vijay Kumar Banerjee <vijaykumar9597@gmail.com> Co-author: Chris Johns <chrisj@rtems.org>
* tester/covoar: Use standard waf modules for linking.Chris Johns2017-10-131-4/+7
| | | | | | | Use the standard modules `use` option for building executables and let waf figure out the platform specifics. Closes #3190.
* Add Windows includes so the rtemstoolkit builds.Chris Johns2017-09-111-5/+8
| | | | Closes #3128.
* covoar: Remove config file and test critical options are valid.Cillian O'Donnell2017-08-291-1/+0
|
* covoar/wscript: Add paths to rtemstoolkit to build.Krzysztof Miesowicz2017-08-291-5/+13
| | | | Co-Author: Cillian O'Donnell <cpodonnell8@gmail.com>
* Add Windows specific waf support for MSYS2.Chris Johns2016-02-191-0/+3
| | | | | | | | | | | Limit the compilers used to gcc and clang. Clang has not been tested. Users with MSVC install does not need to remove now. Force the os.sep path to the standard '\\' on Windows. The MSYS2 python sets it to '/' for internal project reasons. Doing this does cause waf problems when running configure so only do this for the build target. Closes #2583.
* waf: Include waf in the souce tree and updated README on building.Chris Johns2014-09-131-6/+0
| | | | Add support to build all parts of The RTEMS Tools project.
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+117
Use waf to build covoar.