Skip to content

Commit

Permalink
corrupted coverage profile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ezzz committed Aug 29, 2022
1 parent 04c5992 commit 364f0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpptests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EVLOOP_CPP_FILES="${ROOT_DIR}/wasp_c_extensions/_ev_loop/ev_loop.cpp"
PQUEUE_CPP_FILES="${ROOT_DIR}/wasp_c_extensions/_pqueue/pqueue.cpp"
THREADS_CPP_FILES="${ROOT_DIR}/wasp_c_extensions/_threads/event.cpp"

COVERAGE_FLAGS="${COVERAGE_FLAGS:--fprofile-filter-files=.*\.cpp --coverage}"
COVERAGE_FLAGS="${COVERAGE_FLAGS:--fprofile-filter-files=.*\.cpp --coverage -fprofile-update=atomic}"

g++ -Wall \
${COVERAGE_FLAGS} \
Expand Down

0 comments on commit 364f0c5

Please sign in to comment.