Undo Debug
This commit is contained in:
parent
618920e550
commit
3407c31e5b
|
@ -3,10 +3,8 @@
|
|||
tmp_out="$(mktemp)"
|
||||
|
||||
if [ -f "${0%_test.c}.c" ]; then
|
||||
echo "THIS"
|
||||
SRC="${0%_test.c}.c"
|
||||
else
|
||||
echo "THAT"
|
||||
SRC="$($(type -P basename) -- "${0%_test.c}.c")"
|
||||
fi
|
||||
grep -A9999 -- "[S]TART_OF_C_FILE" "${0}" | cc -Wall -Wextra -Werror -o "${tmp_out}" -xc "${SRC}" -
|
||||
|
|
Loading…
Reference in New Issue