apenwarr-redo/t/111-example/all.do

6 lines
150 B
Text
Raw Permalink Normal View History

if type cc >/dev/null 2>&1; then
redo-ifchange hello
else
echo "$0: No C compiler installed; skipping this test." >&2
redo-ifcreate /usr/bin/cc
fi