mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Run the integration tests with assertions enabled
This commit is contained in:
parent
fae9d129a9
commit
e1686927a2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ description = """\
|
||||||
Smack integration tests."""
|
Smack integration tests."""
|
||||||
|
|
||||||
mainClassName = 'org.igniterealtime.smack.inttest.SmackIntegrationTestFramework'
|
mainClassName = 'org.igniterealtime.smack.inttest.SmackIntegrationTestFramework'
|
||||||
|
applicationDefaultJvmArgs = ["-enableassertions"]
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':smack-java7')
|
compile project(':smack-java7')
|
||||||
|
|
Loading…
Reference in a new issue