Skip to content

Commit

Permalink
Add tests folder to IntelliJ configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoberzar committed Apr 25, 2018
1 parent db81717 commit 7e01132
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions SicTools.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

</module>

0 comments on commit 7e01132

Please sign in to comment.