1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22:05 +01:00

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

View file

@ -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')