Edit

openbios/fcode-utils/testsuite/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Reinauer
    Date : 2006-10-15 20:09:08
    Hash : 487ecdc4
    Message : automatic tests 1. git-svn-id: svn://coreboot.org/openbios/fcode-utils@99 f158a5a8-5612-0410-a976-696ce0be7e32

  • testsuite/Makefile
  • all: tests compare
    
    tests:
    	@echo "starting testsuite"
    	@csh AutoExec
    
    compare:
    	CygTestLogs=$(CygTestLogs) csh AutoCompare
    
    clean:
    	find . -name "*.DeTok" -a ! -name "*.OldTkzr.DeTok" -exec rm -f \{\} \;
    	find . -name "*.Log" -a ! -name "*.OldTkzr.Log" -exec rm -f \{\} \;
    	find . -name "*.fc" -a ! -name "*.OldTkzr.fc" -exec rm -f \{\} \;
    	find . -name "*.fl" -exec rm -f \{\} \;
    	find . -name "*.RomHdr" -exec rm -f \{\} \;
    	find . -name "*.P" -exec rm -f \{\} \;
    	find . -name "*.missing" -exec rm -f \{\} \;
    
    distclean: clean
    	rm -f toke detok romheaders
    	rm -f AutoComp.Log.*
    	rm -f AutoComp.TKdiffs.*