tests roots moved from java-impl to java-tests to avoid circular dependency between java-impl and testFramework-java

This commit is contained in:
nik
2015-05-19 10:23:01 +03:00
parent 7163bc883b
commit 368c4d56df
2 changed files with 9 additions and 5 deletions
+9
View File
@@ -5,6 +5,15 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
</content>
<content url="file://$MODULE_DIR$/../../plugins/InspectionGadgets/testsrc">
<sourceFolder url="file://$MODULE_DIR$/../../plugins/InspectionGadgets/testsrc" isTestSource="true" />
</content>
<content url="file://$MODULE_DIR$/../../plugins/IntentionPowerPak/testSrc">
<sourceFolder url="file://$MODULE_DIR$/../../plugins/IntentionPowerPak/testSrc" isTestSource="true" />
</content>
<content url="file://$MODULE_DIR$/../../plugins/generate-tostring/testSrc">
<sourceFolder url="file://$MODULE_DIR$/../../plugins/generate-tostring/testSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="testFramework-java" />