summaryrefslogtreecommitdiffstats
path: root/test/CompilationDatabase/fixture
Commit message (Collapse)AuthorAgeFilesLines
* Add a copyright header to test filesMats Wichmann2023-05-213-0/+12
| | | | | | | | | | | | | 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>
* Force OBJSUFFIX for TEMPFILE test to be .o so it match expected on all platformsWilliam Deegan2023-01-011-0/+1
|
* Simplify test for commpilation db + TEMPFILE interactionWilliam Deegan2022-12-311-22/+5
|
* Update copyright header text, format filesWilliam Deegan2022-12-311-1/+1
|
* Added specific test for Compilation Database to reproduce issue #4275 with ↵TZe2022-12-121-0/+45
| | | | TempFileMunge
* Change variable from COMPILATIONDB_USE_PATH_FILTER to COMPILATIONDB_PATH_FILTERWilliam Deegan2020-11-241-2/+2
|\
| * Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.James Benton2020-11-231-0/+4
| | | | | | | | The filter is a fnmatch pattern matched against output file.
* | Add COMPILATIONDB_USE_PATH_FILTER for filtering compilation database.James Benton2020-10-271-0/+4
|/ | | | | | The filter is a fnmatch pattern matched against output file. Also rename target->output in docs to match the output of compilation_db.
* Add test for variant_dir with duplicate=True and FalseWilliam Deegan2020-06-151-0/+40
|
* Fix test for compilation_db to work on windows and linuxWilliam Deegan2020-06-151-0/+1
|
* Fix test SConstruct formattingWilliam Deegan2020-06-061-2/+0
|
* Added tests which should cover all the variations of ways to call ↵William Deegan2020-06-061-5/+22
| | | | CompilationDatabase
* change CompilationDatabase from psuedo builder to builder. Add emitter to ↵William Deegan2020-06-061-2/+2
| | | | clear source and set default target as 'compile_commands.json'.
* more test updatesWilliam Deegan2020-05-191-2/+15
|
* Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so ↵William Deegan2020-05-191-0/+6
couldn't be imported into compilation_db tool. Add initial bits of test and docs