Browse Source

fix: typo in makefile.in check

pull/2335/head
Alexander Romanov 1 month ago
parent
commit
b997b55f66
  1. 2
      Makefile.in

2
Makefile.in

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

Loading…
Cancel
Save