BREAKING: This code does NOT work, but has a segv on startup on windows due to ...magic?
This commit is contained in:
parent
8eae4b9420
commit
d230b152cf
5 changed files with 532 additions and 7 deletions
13
Makefile
13
Makefile
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue