2009-09-14 20:08:17 +00:00
|
|
|
To run the tests, add something like this to your apps.properties file:
|
|
|
|
|
|
|
|
test
|
|
|
|
test.appdir = apps/test/code
|
|
|
|
test.repository.0 = apps/test/code
|
|
|
|
test.repository.1 = modules/jala/util/Test/code
|
|
|
|
|
2009-09-15 15:41:24 +00:00
|
|
|
And you need to have a JDBC driver for your database in lib/ext,
|
|
|
|
as well as create the database schema provided in one of the
|
|
|
|
db-<product>.sql files.
|