Browse Source

Make 'make check' not hang forever.

pull/39/head
Tim Newsome 10 years ago
parent
commit
b8805d1b15
  1. 2
      Makefile.in

2
Makefile.in

@ -330,7 +330,7 @@ deps : $(deps)
#-------------------------------------------------------------------------
check : $(test_outs)
echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segementation' $^; echo
echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segementation' $^ < /dev/null; echo
.PHONY : check

Loading…
Cancel
Save