diff --git a/build.gradle b/build.gradle index 17cb2d4..1dffd5a 100644 --- a/build.gradle +++ b/build.gradle @@ -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/*" + ) } \ No newline at end of file