Run the integration tests with assertions enabled

This commit is contained in:
Florian Schmaus 2015-03-19 22:38:07 +01:00
parent fae9d129a9
commit e1686927a2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ description = """\
Smack integration tests."""
mainClassName = 'org.igniterealtime.smack.inttest.SmackIntegrationTestFramework'
applicationDefaultJvmArgs = ["-enableassertions"]
dependencies {
compile project(':smack-java7')