Hi,

New to NB switching from Eclipse for better C++ refactoring. Have the C++ plugin working okay. I'm on Ubuntu Mate 18.02.

*CppUnit:*

Trying to use CppUnit for testing. Version installed with OS is cppunit 14.x. That version no longer has a cppunit_config which NB requires. Installing 13.x provide the missing file but NB can't load the libcppunit library. The library exists and NB follows the link from libcppunit.so to the versioned file. One possible issue is what it reports is itself a link.

I suspect this has been discussed but I don't see how to search the NB archive to find the discussion. Pointing to it is okay.

*2nd Executable*

Is it possible to have a 2nd (or multiple) executable in a project? It was possible in Eclipse. This allowed me to use another testing framework (Template Unit Test - TUT) for c++.

I could setup a multiple source directories. One had the application main and another the TUT main. The 3rd had the source for the non-main files. The configuration could be set to ignore the directory for the other main. Anything similar in NB?

Other possibility is if a NB project can share source files, not via library, with another project. For example, project App has the application. Project Test has the unit tests. Can Test have a link to the non-main files in App?

Thanks for any help.

--

-73 -
*Rud Merriam K5RUD*
/Mystic Lake Software/ <http://mysticlakesoftware.com/>

Reply via email to