LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

When building an application unit tests are added to a support directory

Why are unit tests (.lvtest files) added to a support directory when building an application? I cannot find a way to exclude them from the support directory.

0 Kudos
Message 1 of 5
(2,181 Views)

I'd imagine this is happening to you because they are in the "Dependencies" section of your project file (*.lvproj). Is this correct?

 

If so, you should add them to your project file somewhere. Then you will be able to prevent them from being installed. In my experience LabVIEW grabs files it thinks are nesecary from the Dependencies list and installs them in a support directory. 

0 Kudos
Message 2 of 5
(2,170 Views)

No, they are not in the Dependencies section, they are in a folder under project. 

0 Kudos
Message 3 of 5
(2,156 Views)

Are you using Unit Test Framework Toolkit?

This files are developed using that toolkit and they automatically are added in the project.

 

Kind regards,

Ion R.

0 Kudos
Message 4 of 5
(2,147 Views)

Yes, I'm using Unit Test Framework Toolkit.

But why are .lvtest files added to executable support directory? And how to exclude them?

0 Kudos
Message 5 of 5
(2,141 Views)