LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exclude unwanted items from build exe properties of .lvproj

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. 

 

0 Kudos
Message 1 of 4
(2,414 Views)

Maybe you can use a conditional compilation symbol to exclude UTF vi calls in the production build.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 4
(2,408 Views)

@pincpanter

 

Thanks for the response. 

UTF VIs are not SubVIs. Is it possible to disregard top-level VIs from Build Specs using Conditional symbol?

Smiley Indifferent 

0 Kudos
Message 3 of 4
(2,376 Views)

Sorry, it was a wild guess. I never really used UTF.

AFAIK, it's not possible to exploit conditional symbols in Build Specs.

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 4 of 4
(2,371 Views)