My app is composed of:
C# application <- P/Invoke -> C++ DLL
Of course, most of the code is written in C++.
I tested Ncrunch and found that editing C++ source file continuously runs the unit test. How can I disable it?
Remco NCrunch Developer
#7790
30 Sep 2015 11:34 UTC
Hi, thanks for posting.
Try adding the .cpp extension to the 'Files Excluded from Auto Build' setting - http://www.ncrunch.net/documentation/reference_project-configuration_files-excluded-from-auto-build. I hope this will provide what you are looking for.
Try adding the .cpp extension to the 'Files Excluded from Auto Build' setting - http://www.ncrunch.net/documentation/reference_project-configuration_files-excluded-from-auto-build. I hope this will provide what you are looking for.
Thank you!
Post a reply
Log in to reply.