safedb test 태스크 추가
This commit is contained in:
@@ -192,4 +192,17 @@ idea {
|
||||
generatedSourceDirs.add(file(generatedTestJavaDir))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
tasks.register("safedbTest", Test) {
|
||||
description = "SafeDB 설치된 환경에서 동작 테스트"
|
||||
group = "verification"
|
||||
|
||||
testClassesDirs = sourceSets.test.output.classesDirs
|
||||
classPath = sourceSets.test.runtimeClasspath
|
||||
classPath += files(
|
||||
"/safedb/JavaAPI/config/",
|
||||
"/safedb/JavaAPI/lib/*"
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user