BREAKING: This code does NOT work, but has a segv on startup on windows due to ...magic?

This commit is contained in:
Zed A. Shaw 2025-01-15 12:25:09 -05:00
parent 8eae4b9420
commit d230b152cf
5 changed files with 532 additions and 7 deletions

View file

@ -13,14 +13,17 @@ test: build
./builddir/runtests
run: build test
powershell "cp ./builddir/lodecaster.exe ."
./lodecaster
powershell "cp ./builddir/zedcaster.exe ."
./zedcaster
debug: build
gdb --nx -x .gdbinit --ex run --args builddir/zedcaster.exe
debug_run: build
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args builddir/zedcaster.exe
clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe
cover:
gcovr --html coverage/index.html --gcov-ignore-errors=no_working_dir_found --exclude "scratchpad.*" --exclude "subprojects.*" --html-nested coverage/