Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-WSH committed Sep 29, 2021
1 parent 840e9e0 commit 88969d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BullseyeCoverageExclusions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exclude folder E:\NAVER-Document\bullseye\test\LIB2\
exclude folder LIB2\
6 changes: 3 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
set COVFILE=E:\NAVER-Document\bullseye\test\wsh.cov
set COVFILE=%~dp0wsh.cov
echo %COVFILE%

covclear -f %COVFILE%
covselect --no-banner --quiet --file "%COVFILE%" --add %~dp0
covselect --import BullseyeCoverageExclusions

cov01 --on --quiet --no-banner
cd /d E:\NAVER-Document\bullseye\test
devenv test.sln /Rebuild "Debug|x64"
::cd /d E:\NAVER-Document\bullseye\test
devenv test.sln /Rebuild "Release|x64"
cov01 --off --quiet --no-banner

.\x64\Debug\test.exe
Expand Down

0 comments on commit 88969d7

Please sign in to comment.