mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12: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."""
|
||||
|
||||
mainClassName = 'org.igniterealtime.smack.inttest.SmackIntegrationTestFramework'
|
||||
applicationDefaultJvmArgs = ["-enableassertions"]
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-java7')
|
||||
|
|
Loading…
Reference in a new issue