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
|
||||
Reference in New Issue
Block a user