===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mathomatic-16.0.5/makefile-145-	@echo
mathomatic-16.0.5/makefile:146:	@echo Testing ./$(AOUT)	\(`./$(AOUT) -v`\)
mathomatic-16.0.5/makefile-147-	cd tests && time -p ../$(AOUT) -t all 0<&- >test.out && diff -u --strip-trailing-cr all.out test.out && rm test.out && cd ..
##############################################
mathomatic-16.0.5/makefile-152-	@echo
mathomatic-16.0.5/makefile:153:	@echo Testing ./$(AOUT)	\(`./$(AOUT) -v`\)
mathomatic-16.0.5/makefile-154-	cd tests && ../$(AOUT) -t all 0<&- >test.out && diff -u --strip-trailing-cr all.out test.out && rm test.out && cd ..
##############################################
mathomatic-16.0.5/tests/t-22-echo
mathomatic-16.0.5/tests/t:23:echo Testing $MATHOMATICPATH \(`$MATHOMATICPATH -v`\) || exit 1
mathomatic-16.0.5/tests/t-24-TESTOUT=`mktemp /tmp/test.XXXXXXXXXX` || exit 1