Go from patches-unapplied to patches-applied workflow.
OUT=$1.out
rm "$OUT" 2> /dev/null
- gcc -I"../include" -O0 -g3 -Wall -Wextra -Winline -std=gnu99 $SOURCE $C_SRC -lm -lpcre2-8 -lcleri -luuid -luv -lyajl $LCRYPT -o "$OUT"
+ gcc -I"../include" -O0 -g3 -Wall -Wextra -Winline -std=gnu99 $SOURCE $C_SRC -lm -latomic -lpcre2-8 -lcleri -luuid -luv -lyajl $LCRYPT -o "$OUT"
if [[ "$NOMEMTEST" -ne "1" ]]; then
valgrind --tool=memcheck --error-exitcode=1 --leak-check=full -q ./$OUT
else
run "test_$name"
fi
-exit $RET
\ No newline at end of file
+exit $RET