ni / measurement-plugin-labview

LabVIEW framework to develop measurement plug-ins for NI application software. Contains sample measurement plug-ins for InstrumentStudio and TestStand and a generator with a measurement template to get started on a measurement plug-in.
MIT License
10 stars 13 forks source link

Add a test case to verify that none of the VIs under the Runtime directory references to `<LabVIEW>\vi.lib\Plug-In SDKs\` #489

Open jayaseelan-james opened 9 months ago

jayaseelan-james commented 9 months ago

Tech Debt

All the projects, libraries and VIs under the Source\Runtime\ directory should only be referencing VIs from the repository directory and not from the <LabVIEW>\vi.lib\Plug-In SDKs\ directory.

Add a test case to validate that none of the VIs under the Source\Runtime\ directory references to the <LabVIEW>\vi.lib\Plug-In SDKs\ directory.

AB#2869460

jayaseelan-james commented 2 months ago

Created as per this discussion in #487.