Add config for compiler test helper plugin
This config stores list of directories with testdata, so test plugin helper will work for .kt files in them
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="TestDataPluginSettings">
|
||||
<option name="testDataFiles">
|
||||
<array>
|
||||
<option value="$PROJECT_DIR$/compiler/testData" />
|
||||
<option value="$PROJECT_DIR$/compiler/fir/analysis-tests/testData" />
|
||||
</array>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user