Skip to content

Commit 25bfb34

Browse files
committed
Change project availability check function
1 parent 7aade22 commit 25bfb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usvm-ts/src/test/kotlin/org/usvm/project/DemoCalc.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RunOnDemoCalcProject : TsMethodTestRunner() {
2222

2323
@JvmStatic
2424
private fun projectAvailable(): Boolean {
25-
return getResourcePathOrNull(PROJECT_PATH) != null
25+
return getResourcePathOrNull(PROJECT_PATH) != null && getResourcePathOrNull(SDK_PATH) != null
2626
}
2727
}
2828

0 commit comments

Comments
 (0)