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 239252

Summary: Clean action did not delete test binary files
Product: cnd Reporter: sarigalin
Component: UnitTest SupportAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description sarigalin 2013-12-09 05:22:54 UTC
Cleaning project did not delete test binary files and they are remained untouched.
Comment 1 Alexander Simon 2014-07-25 13:38:14 UTC
Cannot reproduce the issue in NB development build.
Please reopen the issue with steps to reproduce.

My steps was:
- create C++ Application
- add new C++ simple Test
- test
- clean project
Result: folder tests in the sub-folder build/Debug/{TOOL-PPLATFORM} is deleted.