02-20-2019 01:29 AM
Hello All,
I'm trying to exclude few items (VIs, lvtest etc) from build exe properties.
I cannot remove these VIs and lvtest from .lvproj, because they should be part of the class, as I want to test private VIs using "Unit Test Framework".
I have to exclude the "Unit Test Framework" files from Build properties because its presence will lead to adding VIs in exe which will increase exe size and that doesn't have any significance in exe.
Please help me.
02-20-2019 01:45 AM
Maybe you can use a conditional compilation symbol to exclude UTF vi calls in the production build.
02-21-2019 12:32 AM
Thanks for the response.
UTF VIs are not SubVIs. Is it possible to disregard top-level VIs from Build Specs using Conditional symbol?
02-21-2019 01:19 AM
Sorry, it was a wild guess. I never really used UTF.
AFAIK, it's not possible to exploit conditional symbols in Build Specs.