projects
/
gamesguru
/
git-remote-gcrypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea2046
)
save kcov merge?
author
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:26:03 +0000
(07:26 -0500)
committer
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:26:03 +0000
(07:26 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index af772ae918eaa43c4c5818e575398a15632dff5c..46b12b4ee71fa2e83d368f104c20f6fd06b4f47f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-165,6
+165,7
@@
test/system: ##H Run logic tests (with bash & coverage)
$(COV_SYSTEM)/$$(basename $$test_script) \
./$$test_script; \
done; \
+ kcov --merge $(COV_SYSTEM)/merged $(COV_SYSTEM)/system-test-*.sh; \
sed -i 's|^#!/bin/bash|#!/bin/sh|' git-remote-gcrypt; \
trap - EXIT