summaryrefslogtreecommitdiffstats
path: root/test/CompilationDatabase/basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright header text, format filesWilliam Deegan2022-12-311-3/+5
|
* Add newline to end of compilation dbDan Mezhiborsky2022-08-071-2/+4
|
* Fix test for compilation_db to work on windows and linuxWilliam Deegan2020-06-151-10/+15
|
* Fix Issue #3693 - change compilation db field 'target' to 'output' per specWilliam Deegan2020-06-141-2/+2
|
* Added tests which should cover all the variations of ways to call ↵William Deegan2020-06-061-6/+73
| | | | CompilationDatabase
* more test updatesWilliam Deegan2020-05-191-1/+16
|
* Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so ↵William Deegan2020-05-191-0/+7
couldn't be imported into compilation_db tool. Add initial bits of test and docs