You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "wangwei (JIRA)" <ji...@apache.org> on 2015/09/13 15:34:46 UTC

[jira] [Comment Edited] (SINGA-67) Add singatest into build targets

    [ https://issues.apache.org/jira/browse/SINGA-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742487#comment-14742487 ] 

wangwei edited comment on SINGA-67 at 9/13/15 1:34 PM:
-------------------------------------------------------

test code could be compiled by

{code}
./configure --enable-test
make
{code}

you can then run the test by
{code}
./singatest
{code}

Do NOT use make singatest.


was (Author: wangwei.cs):
test code are compiled by

{code}
./configure --enable-test
make
{code}

you can then run the test by
{code}
./singatest
{code}

Do NOT use make singatest.

> Add singatest into build targets
> --------------------------------
>
>                 Key: SINGA-67
>                 URL: https://issues.apache.org/jira/browse/SINGA-67
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: Xie Zhongle
>            Assignee: Xie Zhongle
>
> All the test code will be imported into the build scripts by adding the new target "singatest". As those source files are not added to the building list and cannot be compiled by autotool.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)