Preparations to push to master branch.

Introduce tests-ir-jvm module (for IR-based JVM BE tests).
This commit is contained in:
Dmitry Petrov
2016-10-17 14:23:24 +03:00
parent 555f3e903e
commit b5d81d8e31
11 changed files with 131 additions and 116 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="tests-common" scope="TEST" />
<orderEntry type="library" name="junit-4.12" level="project" />
</component>
</module>