1
0
Fork 0
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:
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')