19 lines
513 B
Plaintext
19 lines
513 B
Plaintext
# The timeouts of test execution
|
|
DELAY=60
|
|
DELAY_OF_CYCLE=5
|
|
DELAY_INTERNAL=40
|
|
|
|
# The names of files for writing log and result by test
|
|
LOG_FILE=PlugletTest.log
|
|
RESULT_FILE=PlugletTest.res
|
|
|
|
#File separator (Used to specify PLUGLET property)
|
|
FSEP=/
|
|
# The root directory of the this pluglet API test suite
|
|
TEST_TOP_DIR=C:\sync
|
|
|
|
# The URL of directory where the htmls of tests are placed
|
|
# The path to this directory should be pointed in set_env.bat to be used
|
|
# during building
|
|
HTML_ROOT=file:/c:/sync/build/htroot
|