Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update core.test script to allow easier testing against modules #99

Merged
merged 2 commits into from May 30, 2018

Conversation

lukasj
Copy link
Member

@lukasj lukasj commented May 18, 2018

This also removes split package between core and core.test and updates travis to use Ant 1.10.2 for the build

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
<path refid="core_test.compile.path"/>
<path refid="core_test.runtime.only.path"/>
</path>
</target>

<target name="init-test-macro" depends="init">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really necessary to put target around macro? Why not to call it directly?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proper dependecies is one point. Other is that for 'clean build' one does not need the macro at all, so this may also improve efficiency of the build in terms of time and memory.

Copy link
Member

@Tomas-Kraus Tomas-Kraus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looks good. I was not sure just with macros inside target. If the reason for this is dependency evaluation, than it's ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants