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 - Clean action did not delete test binary files
Summary: Clean action did not delete test binary files
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 05:22 UTC by sarigalin
Modified: 2014-07-25 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.