Hello,I created a brand new module with one sample test included. I followed the documentation, and so i have the module itself and an included test folder, with minimal CMakeLists.txt, file.cmake and a test.cpp.
So test/CMakeLists.txt contains : --------MITK_CREATE_MODULE_TESTS <http://docs.mitk.org/nightly/namespaceCMake.html#a92dfc321e3fb5bdec19e995178800dd2>()
---------
test/files.cmake : --------- SET(MODULE_TESTS sampleTest.cpp ) SET(MODULE_CUSTOM_TESTS ) ----------and test/sampleTest.cpp contains .. a test implementation as described in [1].
The module itself is named PlatypusLib.At compile time, the test driver cannot be linked due to the lack of PlatypusLib.lib file ([2])
I only have the dynamic counterpart, ..\..\bin\Debug\PlatypusLib.dll.I wonder how i have to configure the test driver to be compiled static using DLLs only and not static lib.
Do anyone have a clue on this? Thanks, Aurélien [1] http://docs.mitk.org/nightly/NewModulePage.html[2] LINK : fatal error LNK1104: cannot open file '..\..\..\bin\Debug\PlatypusLib.lib'
--
Pollen Metrology
Pollen Metrology
Aurélien Labrosse
Co Founder - VP of product and Engineering
9 rue du Rocher de Lorzier – 38430 Moirans – France
Office: +33 (0)476657121
www.pollen-metrology.com <http://www.pollen-metrology.com/> youtube
<https://www.youtube.com/watch?v=pCj_L4ucxGk>linked-in
<https://www.linkedin.com/company/pollen-technology>
<<attachment: aurelien.vcf>>
------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
