sl@0
|
1 |
Notes on the automatic testing script
|
sl@0
|
2 |
-------------------------------------
|
sl@0
|
3 |
|
sl@0
|
4 |
In order to run, the RunSecurityTests.pl script requires the following:
|
sl@0
|
5 |
- Perl 5 or newer installed;
|
sl@0
|
6 |
- environment variable ROOTDRIVE defined as the development root drive (e.g.
|
sl@0
|
7 |
"W:\");
|
sl@0
|
8 |
- environment variable RELSUBSYSROOT defined as the top-level directory for the
|
sl@0
|
9 |
subsystem being tested; for security subsystem it is usually "security";
|
sl@0
|
10 |
- you may also need to modify the path to mainline Zip archives if it changes
|
sl@0
|
11 |
(currently \\lonfiler01\Devbuilds\Symbian_OS_7.0);
|
sl@0
|
12 |
- before running runplatformtest.bat don't forget to run
|
sl@0
|
13 |
appinst\tdata\makeall.bat to build the necessary test data filrs and copy them
|
sl@0
|
14 |
to relevant directories.
|