-
Notifications
You must be signed in to change notification settings - Fork 144
/
test.properties
43 lines (37 loc) · 1.4 KB
/
test.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Test properties for the HelloWorld application
########################
# test.groovy properties
########################
#
# list of test scripts to run for this application
test_testOrder=resetBuild.groovy,\
fullBuild.groovy,\
fullBuild_debug.groovy,\
resetBuild.groovy
#
# setting the workspace location for the HelloWorld application
workspace =${zAppBuildDir}/test/applications
#############################
# fullBuild.groovy properties
#############################
#
# list of programs should be built for a full build for this application
fullBuild_expectedFilesBuilt = hello.asm
#
# list of source datasets (LLQ) that should be deleted during fullBuild.groovy cleanUp
fullBuild_datasetsToCleanUp = ASM,MACRO,DBRM,OBJ,LOAD
#############################
# fullBuild_debug.groovy properties
#############################
#
# list of programs should be built for a full build for this application
fullBuild_debug_expectedFilesBuilt = hello.asm
#
# list of source datasets (LLQ) that should be deleted during fullBuild.groovy cleanUp
fullBuild_debug_datasetsToCleanUp = ASM,MACRO,DBRM,OBJ,LOAD,SYSADATA,EQALANGX
#
# valued for testing expected documented build outputs in build report
# the implementation uses the DBB PropertyMappings
# format: value can be a comma separated list of
# comprising <MEMBER>:<DEPLOYTYPE>,<MEMBER>:<DEPLOYTYPE> : buildfile
fullBuild_debug_expectedBuildOutputs = HELLO:EQALANGX :: hello.asm