-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjpf.properties
29 lines (22 loc) · 1.01 KB
/
jpf.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
#--- JPF project properties file for project canopy
canopy = ${config_path}
#--- other JPF projects we depend on
@using jpf-core
@using jpf-symbc
#--- project specific host VM classpath (used by Java to load classes)
# NOTE: you have to replace the wildcard jar specs with explicit jar pathnames
# if this property file is used from within a build.xml or NetBeans project.xml,
# since both do not support wildcard patterns in classpath specs
canopy.native_classpath =\
${canopy}/build/canopy.jar;\
${canopy}/lib/*.jar
#--- project specific JPF classpath (used by JPF to load system-under-test classes)
canopy.classpath =\
${canopy}/build/examples
#--- where are the classes for the JPF regression tests (used by host VM and JPF)
canopy.test_classpath =\
${canopy}/build/tests
#--- project specific JPF sourcepath (used by JPF to locate sources for system-under-test classes)
canopy.sourcepath =\
${canopy}/src/examples
#--- other project specific options go here (e.g. 'vm.insn_factory.class' or 'peer_packages')