aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/kotlin')
-rw-r--r--core/src/test/kotlin/TestAPI.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/test/kotlin/TestAPI.kt b/core/src/test/kotlin/TestAPI.kt
index 2d937679..e11274ea 100644
--- a/core/src/test/kotlin/TestAPI.kt
+++ b/core/src/test/kotlin/TestAPI.kt
@@ -33,7 +33,8 @@ fun verifyModel(vararg roots: ContentRoot,
includeRootPackage = true,
sourceLinks = listOf<SourceLinkDefinition>(),
generateIndexPages = false,
- noStdlibLink = true)
+ noStdlibLink = true,
+ cacheRoot = "default")
appendDocumentation(documentation, *roots,
withJdk = withJdk,