-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjpf.properties
28 lines (21 loc) · 1.08 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
#--- JPF project properties file for project jpf-contcheck
jpf-contcheck = ${config_path}
#--- other JPF projects we depend on
@using jpf-core
#--- 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
jpf-contcheck.native_classpath =\
${jpf-contcheck}/build/jpf-contcheck.jar;\
${jpf-contcheck}/lib/*.jar
#--- project specific JPF classpath (used by JPF to load system-under-test classes)
jpf-contcheck.classpath =\
${jpf-contcheck}/build/examples
#--- where are the classes for the JPF regression tests (used by host VM and JPF)
jpf-contcheck.test_classpath =\
${jpf-contcheck}/build/tests
#--- project specific JPF sourcepath (used by JPF to locate sources for system-under-test classes)
jpf-contcheck.sourcepath =\
${jpf-contcheck}/src/examples
#--- other project specific options go here (e.g. 'vm.insn_factory.class' or 'peer_packages')