I would like to add cppunit tests to my source code. Running under Ubuntu. 2 questions:
a) I have to make cppunit using a compiler that is located under mnt//gcc/c++-concept-branch (instead of the local one at ust/bin). Any tips of how to force make to look for it, might be by modifying the makefile ?
b) Is there a "standard" cmake in order to build cppunit, insted of using the makefile ?
Thanks in advance !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to add cppunit tests to my source code. Running under Ubuntu. 2 questions:
a) I have to make cppunit using a compiler that is located under mnt//gcc/c++-concept-branch (instead of the local one at ust/bin). Any tips of how to force make to look for it, might be by modifying the makefile ?
b) Is there a "standard" cmake in order to build cppunit, insted of using the makefile ?
Thanks in advance !
The answer at point "b" also interesting to me (Is there a "standard" cmake?)
Thanks!