Skip to content

Commit

Permalink
Update tested flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthäus Wininger committed Jan 8, 2024
1 parent fcb8aee commit d1241c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ gcc -O3 -Wall zproc.c -o z.o
cd "${project_dir}/src"
gcc -fprofile-arcs -ftest-coverage -s -O3 -Wall -Wextra -pedantic zps.c -o zps
./zps -v && ./zps -h && printf '1' | ./zps -p
./zps -x && ./zps -lr
./zps -r && ./zps -s
./zps -a && ./zps -r
./zps -q && ./zps -s 9 && ./zps -s SIGTERM && ./zps -s term
./zps -n
# Print code coverage information
gcov zps.c
# Send report to codecov
Expand Down

0 comments on commit d1241c4

Please sign in to comment.