mirror of
https://github.com/moparisthebest/JdbcMapper
synced 2024-11-26 02:42:24 -05:00
15 lines
434 B
Properties
15 lines
434 B
Properties
#Compiler test home location
|
|
compiler.test.home=${test.classes.dir}/compilerTests
|
|
|
|
#Compiler tests (the test suite) location
|
|
testsuite.dir=${compiler.test.home}/testsuite
|
|
|
|
#List of included and excluded tests. They work together.
|
|
included.test.list=ALL
|
|
excluded.test.list=
|
|
|
|
#By default all the compilers are turned on, use "OFF" in any case combination to turn the compiler off
|
|
JPFCompilerSwitch=ON
|
|
controlsCompilerSwitch=ON
|
|
|