Commit b2c8dafb0e334afc5046942e26681281863221e3

Stefan Reinauer 2006-10-30T23:06:43

fix test log path git-svn-id: svn://coreboot.org/openbios/fcode-utils@113 f158a5a8-5612-0410-a976-696ce0be7e32

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Makefile b/Makefile
index fc15860..c9d4c41 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,8 @@ tests: all
 	cp toke/toke testsuite
 	cp detok/detok testsuite
 	cp romheaders/romheaders testsuite
-	make -C testsuite all CygTestLogs=`pwd`/testlogs
+	make -C testsuite all CygTestLogs=`pwd`/testlogs/testlogs-ppc-linux
+	#make -C testsuite all CygTestLogs=`pwd`/testlogs/testlogs-x86-cygwin
 
 # lcov required for html reports
 coverage: