1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 07:04:52 +02: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."""
mainClassName = 'org.igniterealtime.smack.inttest.SmackIntegrationTestFramework'
applicationDefaultJvmArgs = ["-enableassertions"]
dependencies {
compile project(':smack-java7')