feat(baseN): digitsMap

This commit is contained in:
2024-09-29 13:33:38 +03:00
parent 3c93056416
commit fb15184848
4 changed files with 28 additions and 0 deletions

View File

@ -83,6 +83,7 @@ docs:
cover: ${DIRS} ${patsubst %, ${BINDIR}/%${-g}-cov, ${TESTS}}
rm -f **/*.gcda
${patsubst %, ./${BINDIR}/%${-g}-cov;, ${TESTS}}
mkdir cov
gcovr --html-nested cov/index.html --txt --exclude-throw-branches
${OBJDIR}/%${-g}-cov.o: ${SRCDIR}/%.cpp ${INCDIR}/${LIB}/%.hpp