added script to test compilations of .ecf in EWF
This commit is contained in:
9
tests/check_compilations.bat
Normal file
9
tests/check_compilations.bat
Normal 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
|
||||
7
tests/check_compilations.sh
Normal file
7
tests/check_compilations.sh
Normal 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
9
tests/compile_all.ini
Normal 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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user