Skip to content

Commit

Permalink
Adds IntelliJ project for protobuf tests, fixes cycle_finder's project.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 356130275
  • Loading branch information
tomball authored and copybara-github committed Feb 7, 2021
1 parent c1c13fe commit 1bea17f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cycle_finder/cycle_finder.iml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build_result" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
Expand Down Expand Up @@ -62,4 +62,4 @@
</library>
</orderEntry>
</component>
</module>
</module>
33 changes: 33 additions & 0 deletions protobuf/tests/protobuf_tests.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/build_result/classes" />
<output-test url="file://$MODULE_DIR$/build_result/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/build_result/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="TEST">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../../java_deps/build_result/protobuf-java-3.11.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../../java_deps/build_result/junit-4.13.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module" module-name="annotations" scope="TEST" />
</component>
</module>

0 comments on commit 1bea17f

Please sign in to comment.