9 lines
302 B
Text
9 lines
302 B
Text
|
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
|
||
|
|
||
|
And you need to have a MySQL JDBC driver in lib/ext, as well as create the database schema provided in db.sql.
|