added script to test compilations of .ecf in EWF

This commit is contained in:
Jocelyn Fiat
2011-07-27 18:35:17 +02:00
parent 436f2afd00
commit 3d93dbc66d
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
setlocal
cd /d %~dp0..
set COMPILE_ALL_BASEDIR=%CD%
mkdir tests\temp
"%ISE_EIFFEL%\tools\spec\%ISE_PLATFORM%\bin\compile_all.exe" %* -ecb -melt -eifgen "%CD%\tests\temp" -ignore "%CD%\tests\compile_all.ini"
cd %~dp0
endlocal

View File

@@ -0,0 +1,7 @@
#!/bin/sh
cd ..
COMPILE_ALL_BASEDIR=`pwd`
mkdir $COMPILE_ALL_BASEDIR/tests/temp
"$ISE_EIFFEL/tools/spec/$ISE_PLATFORM/bin/compile_all" $1 $2 $3 $4 -ecb -melt -eifgen "$COMPILE_ALL_BASEDIR/tests/temp" -ignore "$COMPILE_ALL_BASEDIR/tests/compile_all.ini"

9
tests/compile_all.ini Normal file
View File

@@ -0,0 +1,9 @@
;
; this file lists configurations/targets that should be ignored if
; compile_all is run on the trunk
;
[$COMPILE_ALL_BASEDIR/ext]
[$COMPILE_ALL_BASEDIR\ext]