2017-02-06 16:16:04 +00:00
|
|
|
apply plugin: 'java'
|
|
|
|
|
|
|
|
description = 'Master Password Test Suite'
|
|
|
|
|
|
|
|
dependencies {
|
2017-03-06 19:52:52 +00:00
|
|
|
compile project(':masterpassword:algorithm')
|
2017-02-06 16:16:04 +00:00
|
|
|
|
|
|
|
testCompile group: 'org.testng', name: 'testng', version:'6.8.5'
|
|
|
|
testCompile group: 'ch.qos.logback', name: 'logback-classic', version:'1.1.2'
|
|
|
|
}
|
|
|
|
test.useTestNG()
|