[asterisk-bugs] [JIRA] (ASTERISK-25291) Test suite not available via `make check` or `make test`
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Jul 28 22:39:35 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=227091#comment-227091 ]
Asterisk Team commented on ASTERISK-25291:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> Test suite not available via `make check` or `make test`
> --------------------------------------------------------
>
> Key: ASTERISK-25291
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25291
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.4.0
> Reporter: Jeffrey Walton
>
> The build system defines -D_GNU_SOURCE.`make check` is a standard target for GNU programs. See "7.2.6 Standard Targets for Users", https://www.gnu.org/prep/standards/html_node/Standard-Targets.html. in the GNU coding standards. However, the build system does not provide a `make test` or `make check`.
> localhost asterisk-13.4.0]$./configure
> ...
> localhost asterisk-13.4.0]$ make
> CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
> make[1]: Entering directory '/home/jwalton/Desktop/asterisk-13.4.0/menuselect'
> ...
> localhost asterisk-13.4.0]$ make test
> make: *** No rule to make target 'test'. Stop.
> localhost asterisk-13.4.0]$ make check
> make: *** No rule to make target 'check'. Stop.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list