This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253382

Summary: IDE can't recognize "gmake && gmake test" command in "Build|Make|Build Command" text field
Product: cnd Reporter: soldatov <soldatov>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Solaris   
Issue Type: ENHANCEMENT Exception Reporter:

Description soldatov 2015-07-09 14:01:30 UTC
In "C/C++ Project with Existing Sources" projects I think IDE must recognize such commands in "Build|Make|Build Command" field:

${MAKE} -f Makefile && ${MAKE} -f Makefile test
gmake && gmake test

Workaround:
sh -c "gmake && gmake test"