README

I (Anthony) added a script in the validation directory to run several 
compilers on a set of TTCN-3 files.

This is a perl script that takes one or multiple source directories 
as parameter and will generate the list of ttcn files contained in these 
directories and their subdirectories. Then it will detect which tools are 
installed one the system and try to compile the files with each of them. 
Three tools are supported so far: Telelogic, MessageMagic and TTworkbench. 
I could not add the support for OpenTTCN because I don't have access to a 
license (but the script is easily extendible).

The console display the result of the compilation of each tool (success or 
not) and filters its output to only display the lines reporting errors or 
warnings. The full output of each tool is saved in a separate 
file (output.[toolname].txt).

To make it easier to use, I added a batch file IMS_IOT_validation.bat 
to run it as well as the perl executables (it know it's not clean in the 
repository, but well I prefer a one-click solution).

Comments (Thomas):
It might be required to update the installtion paths of the tool 
installations in the perl script (ttcn_validation.pl)

