Skip to content

Instantly share code, notes, and snippets.

View crojewsk's full-sized avatar

Cezary Rojewski crojewsk

View GitHub Profile
@crojewsk
crojewsk / run_tests.sh
Last active August 21, 2022 20:17
Workarounds VSTest randomized output directory limitation. Runs dotnet test and reportgenerator. Win10 with msys2 or Linux.
#!/bin/bash
# Make sure you have reportgenerator tool installed first!
REPORTGEN_CMD="dotnet reportgenerator"
SETTINGS_FILE=".runsettings.xml"
COVERAGE_FILE="coverage.cobertura.xml"
# Retrieve tests output directory
output=$(cat $SETTINGS_FILE)
pattern="<ResultsDirectory>(.*)</ResultsDirectory>"
@crojewsk
crojewsk / skl_hdadmic-howto.md
Last active April 3, 2024 08:21
Enabling HDA (dsp) plus DMIC audio configuration on Skylake and Kabylake platforms