Hello,

I am presently writing tests for a module and I have written the suite as 
defined in the documentation.


However, when comes the time to build the driver, I have an undefined reference 
error on the parametric constructor of the suite taking an int and a char** as 
parameters.


Example :


CMakeFiles/VoxsimLibTestDriver.dir/VoxsimLibTestDriver_main.cpp.o:(.rodata+0x18):
 undefined reference to `VoxsimDrawObjectFactoryReadTestSuite(int, char**)'


I tried defining the constructor in the public scope of my class, to no avail.


Can somebody help me ?


Thanks,

Alex
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to