Skip to content

Commit

Permalink
Setup CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dpar39 committed Jan 4, 2024
1 parent aa06103 commit 1e249c8
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 139 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- fix to match file casing of source files when discovered by DBH.exe, otherwise test Uris don't exactly match open files in VSCode.
- fix for TAEF test filter arguments not being correct when running a subset of selected tests.
- setup CI/CD.

## [4.9.0] - 2023-12-30

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Not good enough for you?!: Edit your `.vscode/`[settings.json] file according to
| `log.logfile` | Writes the log message into the given file. Empty means disabled. |
| `gtest.treatGmockWarningAs` | Forces the test to be failed even it is passed if it contains the string `GMOCK_WARNING:`. (You may should consider using [testing::StrictMock<T>](https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#the-nice-the-strict-and-the-naggy-nicestrictnaggy)) |
| `gtest.gmockVerbose` | Sets [--gmock_verbose=...](https://github.com/google/googletest/blob/master/googlemock/docs/cheat_sheet.md#flags). (Note: executable has to be linked to gmock `gmock_main` not `gtest_main`) |
| `taef.teExecutablePath` | Custom executable path for TAEF's [TE.exe](https://learn.microsoft.com/en-us/windows-hardware/drivers/taef/overview-of-executing-tests). If left empty we try to find it in `PATH` environment variable |
| `taef.dbhExecutablePath` | Custom executable path to [DBH.exe](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/dbh) for finding test's source code location. If left empty we try to find it in `PATH` environment variable |
| `taef.teExecutablePath` | Custom executable path for TAEF's [TE.exe](https://learn.microsoft.com/en-us/windows-hardware/drivers/taef/overview-of-executing-tests). If left empty we try to find it in `PATH` environment variable. |
| `taef.dbhExecutablePath` | Custom executable path to [DBH.exe](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/dbh) for finding test's source code location. If left empty we try to find it in `PATH` environment variable. |

Plenty of more **fine-tuning options** are available under [test.advancedExecutables] like:

Expand Down
Loading

0 comments on commit 1e249c8

Please sign in to comment.