Skip to content

Commit 487ecdc

Browse files
author
Stefan Reinauer
committed
automatic tests 1.
git-svn-id: svn://coreboot.org/openbios/fcode-utils@99 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent b77b8dd commit 487ecdc

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests: all
4949
cp toke/toke testsuite
5050
cp detok/detok testsuite
5151
cp romheaders/romheaders testsuite
52-
make -C testsuite all
52+
make -C testsuite all CygTestLogs=`pwd`/testsuite/testlogs
5353

5454

5555
.PHONY: all clean distclean toke detok romheaders tests

testsuite/Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
all:
1+
all: tests compare
2+
3+
tests:
24
@echo "starting testsuite"
35
@csh AutoExec
46

7+
compare:
8+
CygTestLogs=$(CygTestLogs) csh AutoCompare
59

610
clean:
711
find . -name "*.DeTok" -a ! -name "*.OldTkzr.DeTok" -exec rm -f \{\} \;
@@ -14,3 +18,6 @@ clean:
1418

1519
distclean: clean
1620
rm -f toke detok romheaders
21+
rm -f AutoComp.Log.*
22+
rm -f AutoComp.TKdiffs.*
23+

0 commit comments

Comments
 (0)