Skip to content

Commit

Permalink
Speed up compiled code check (ni#49)
Browse files Browse the repository at this point in the history
Speed up the compiled code check by keeping VIs in memory. Previously we closed each VI after checking it.
  • Loading branch information
rtzoeller authored Oct 30, 2019
1 parent 0d7b445 commit f7846cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ The **niveristand-custom-device-testing-tools** repository provides a common set

## LabVIEW Version

The source for this repository is written in [LabVIEW 2015](http://www.ni.com/en-us/shop/labview.html), but should be forward compatible.
The source for this repository is written in [LabVIEW 2016](http://www.ni.com/en-us/shop/labview.html), but should be forward compatible.


## Dependencies

The following top-level dependencies are required to build and use the repository:

- [NI VeriStand](http://www.ni.com/veristand/) >= 2015
- [NI VeriStand](http://www.ni.com/veristand/) >= 2016
- [LabVIEW Command Line Interface](http://www.ni.com/en-us/support/downloads/software-products/download.ni-labview-command-line-interface.html)
- [JKI VI Tester](vipm://jki_labs_tool_vi_tester?repo_url=http://www.jkisoft.com/packages) >= 3.0.2.294-1
- [VI Tester JUnit XML Test Results](vipm://jki_lib_vi_tester_junit_xml_results?repo_url=http://www.jkisoft.com/packages) >= 2.0.1.16
Expand Down
Binary file modified VeriStandTestUtilities/GetVIsWithCompiledCode.vi
Binary file not shown.

0 comments on commit f7846cf

Please sign in to comment.