Skip to content

Commit

Permalink
Mass compile to LabVIEW 2020 (#82)
Browse files Browse the repository at this point in the history
* Mass compile with LabVIEW 2020
* Remove 2019 from build and update readme
  • Loading branch information
Karl-G1 authored Dec 7, 2022
1 parent 34096ac commit f15e01d
Show file tree
Hide file tree
Showing 198 changed files with 609 additions and 615 deletions.
168 changes: 83 additions & 85 deletions DiscoverTestCases/DiscoverTestCases.lvclass

Large diffs are not rendered by default.

Binary file modified DiscoverTestCases/GetHelp.vi
Binary file not shown.
Binary file modified DiscoverTestCases/RunOperation.vi
Binary file not shown.
Binary file modified DiscoverTestCases/Utilities/FindTestClasses.vi
Binary file not shown.
Binary file modified DiscoverTestCases/Utilities/ParseInputs.vi
Binary file not shown.
Binary file modified DiscoverTestCases/Utilities/ParseOutputs.vi
Binary file not shown.
Binary file modified DiscoverTestCases/Utilities/ValidateInputs.vi
Binary file not shown.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@Library('vs-build-tools') _

def lvVersions = [
32 : ['2019', '2020'],
32 : ['2020'],
64 : ['2021', '2023']
]

Expand Down
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 2017](http://www.ni.com/en-us/shop/labview.html), but should be forward compatible.
The source for this repository is written in [LabVIEW 2020](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/) >= 2019
- [NI VeriStand](http://www.ni.com/veristand/) >= 2020
- [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 RunVITester/GetHelp.vi
Binary file not shown.
Binary file modified RunVITester/RunOperation.vi
Binary file not shown.
170 changes: 84 additions & 86 deletions RunVITester/RunVITester.lvclass

Large diffs are not rendered by default.

Binary file modified RunVITester/Utilities/ParseInputs.vi
Binary file not shown.
Binary file modified RunVITester/Utilities/ParseOutputs.vi
Binary file not shown.
Binary file modified RunVITester/Utilities/PrintPaths.vi
Binary file not shown.
Binary file modified RunVITester/Utilities/ValidateInputs.vi
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandScriptingTestCase/CreateNewSystemDefinition.vi
Binary file not shown.
Binary file modified Source/VeriStandScriptingTestCase/Read Root.vi
Binary file not shown.
Binary file modified Source/VeriStandScriptingTestCase/Read SystemDefinition.vi
Binary file not shown.
Binary file modified Source/VeriStandScriptingTestCase/Read Target.vi
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified Source/VeriStandTestCase/AddCalibrationFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/AddConfigurationFiles.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/AssertChannelLoopback.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/AssertMultiChannelLoopback.vi
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestCase/BenchmarkSystemDefinition.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/CloseVeriStandConnection.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/FlattenSaveClassData.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/GetProperty.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/LoadUnflattenClassData.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/OpenVeriStandConnection.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/ReadActiveConfiguration.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/ReadSystemDefinitionInformation.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/ReadWorkspaceManager.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/SetMultipleChannelValues.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/SetSystemDefinitionFile.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/BenchmarkInformation.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/BuildDataLogConfiguration.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/ChannelKeyValuePair.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/ConfigureTargetRate.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/GetSystemChannelPaths.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/GetSystemChannelValues.vi
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/LaunchVeriStand.vi
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/OpenSystemDefinitionFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/OpenWorkspaceManager.vi
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/PatchSystemDefinitionFile.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/SystemChannelInformation.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestCase/Utilities/UpdateBenchmarkInformation.vi
Binary file not shown.
80 changes: 41 additions & 39 deletions Source/VeriStandTestCase/VeriStandTestCase.lvclass

Large diffs are not rendered by default.

Binary file modified Source/VeriStandTestUtilities/ApplySystemDefinitionOverride.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ApplyTargetConfiguration.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/AssertConnectorPanesMatchExpected.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ChassisInformation.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/CheckIfBaseTypesMatch.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/CheckIfConnectorPanesMatch.vi
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/CheckifVeriStandisRunning.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ConfigOverrideItem.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ConfigPropertyItem.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ConfigureSystemDefinitionFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ConfigureTarget.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ConnectorPaneTemplate.ctl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/CreateNewSystemDefinition.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/DelayDataFlow.vim
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/FilterCustomDeviceVIs.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/FindTargetInSystemDefinition.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/FlattenSaveClassData.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GenerateSystemDefinitionReport.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetAssetsDirectory.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetCustomDeviceInitializationVI.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetCustomDevicePageVIs.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetCustomDeviceRTDriverVIs.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetCustomDeviceTimingSourceVIs.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetCustomDeviceXMLVIs.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetLVFilesWithCompiledCode.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetSystemDefinitionNodeByName.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetTargetIPAddresses.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetVIFolderPath.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/GetValuesMatchingXPath.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/LoadUnflattenClassData.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/LogForDuration.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/OpenVeriStandProjectExplorer.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ParseSystemDefinitionFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/QueryCustomDevices.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/QueryDAQHardware.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/QueryHardware.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/QuerySystemDefinitionFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/QueryTarget.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/QueryTimingAndSyncHardware.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/Read Rx Values Until Equal.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ReadSystemDefinitionOverrideFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/ReadTargetsConfigurationFile.vi
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/SaveSystemDefinitionFile.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/SystemDefinitionInformation.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/SystemDefinitionPropertyType.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/TargetInformation.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/TargetPlatform.ctl
Binary file not shown.
Binary file modified Source/VeriStandTestUtilities/TargetsConfiguration.ctl
Binary file not shown.
6 changes: 3 additions & 3 deletions Source/VeriStandTestUtilities/VeriStandTestUtilities.lvlib

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified Tests/System/VeriStandTestCaseSystemTests/setUp.vi
Binary file not shown.
Binary file modified Tests/System/VeriStandTestCaseSystemTests/tearDown.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Tests/System/VeriStandTestCaseSystemTests/testExample.vit
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified Tests/Unit/VeriStandTestCaseUnitTests/setUp.vi
Binary file not shown.
Binary file modified Tests/Unit/VeriStandTestCaseUnitTests/tearDown.vi
Binary file not shown.
Binary file modified Tests/Unit/VeriStandTestCaseUnitTests/testExample.vit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified Tests/Unit/VeriStandTestUtilitiesTests/setUp.vi
Binary file not shown.
Binary file modified Tests/Unit/VeriStandTestUtilitiesTests/tearDown.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Tests/Unit/VeriStandTestUtilitiesTests/testExample.vit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion VeriStand Test Utilities.lvproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="19008000">
<Project Type="Project" LVVersion="20008000">
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.Project.Description" Type="Str"></Property>
<Item Name="My Computer" Type="My Computer">
Expand Down

0 comments on commit f15e01d

Please sign in to comment.