| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a copyright header to test files | Mats Wichmann | 2023-05-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Update copyright header text, format files | William Deegan | 2022-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix test for compilation_db to work on windows and linux | William Deegan | 2020-06-15 | 1 | -0/+1 |
| | | |||||
| * | Fix test SConstruct formatting | William Deegan | 2020-06-06 | 1 | -2/+0 |
| | | |||||
| * | Added tests which should cover all the variations of ways to call ↵ | William Deegan | 2020-06-06 | 1 | -5/+22 |
| | | | | | CompilationDatabase | ||||
| * | change CompilationDatabase from psuedo builder to builder. Add emitter to ↵ | William Deegan | 2020-06-06 | 1 | -2/+2 |
| | | | | | clear source and set default target as 'compile_commands.json'. | ||||
| * | more test updates | William Deegan | 2020-05-19 | 1 | -2/+15 |
| | | |||||
| * | Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so ↵ | William Deegan | 2020-05-19 | 1 | -0/+6 |
| couldn't be imported into compilation_db tool. Add initial bits of test and docs | |||||
