Skip to content

Commit

Permalink
coverage: exclude enttecwing from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed May 9, 2024
1 parent 7defd37 commit 4fa3382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coverage_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ COUNT=$((COUNT+1))
fi
test[$COUNT]="$DEST_DIR/plugins/artnet/test"
COUNT=$((COUNT+1))
test[$COUNT]="$DEST_DIR/plugins/enttecwing/src"
COUNT=$((COUNT+1))
#test[$COUNT]="$DEST_DIR/plugins/enttecwing/src"
#COUNT=$((COUNT+1))
#test[$COUNT]="$DEST_DIR/plugins/midiinput/common/src"
#COUNT=$((COUNT+1))
if [ ${ARCH} != "Darwin" ]; then
Expand Down

0 comments on commit 4fa3382

Please sign in to comment.