Skip to content
Snippets Groups Projects
Commit 3c02be52 authored by felmer's avatar felmer
Browse files

target 'compile-and-check': switch dependencies in order to avoid dependency...

target 'compile-and-check': switch dependencies in order to avoid dependency checking on test classes.

SVN: 25890
parent 8016c822
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@
2. Checks restrictions (@Friend-@Private annotations)
3. Checks dependencies (defined in /dependency-structure.ddf)
-->
<target name="compile-and-check" depends="check-restrictions, check-dependencies"/>
<target name="compile-and-check" depends="check-dependencies, check-restrictions"/>
<target name="check-restrictions" depends="compile, compile-tests">
<exec executable="sh" failonerror="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment