Skip to content

Commit

Permalink
Adding Jenkins files and updating unit tests
Browse files Browse the repository at this point in the history
FIX #95 and fix #96
  • Loading branch information
becega committed Oct 3, 2017
1 parent cca92c9 commit 3fa175e
Show file tree
Hide file tree
Showing 26 changed files with 98 additions and 23 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env groovy
//Leave the above line alone. It identifies this as a groovy script.

//Modify the below parameters to match the values for this particular repo

def utfPaths = ["Trunk\\CEF.lvproj"]
def vipbPaths = ["Trunk\\Configurator Editor Framework.vipb"]
def lvVersion = "14.0"

//Leave the below line alone. It pulls in the pipeline definition from the DCAF buildsystem repo so we don't duplicate code in every repo
dcafPipeline(utfPaths,vipbPaths,lvVersion)
Binary file modified Tests/Controls/IDs.ctl
Binary file not shown.
Binary file modified Tests/GetIDs.vi
Binary file not shown.
Binary file added Tests/LinkTest.lvtest
Binary file not shown.
Binary file modified Tests/LinkTest.vi
Binary file not shown.
110 changes: 87 additions & 23 deletions Tests/NISE_CEF_Tests.lvlib

Large diffs are not rendered by default.

Binary file added Tests/PopulateTest.lvtest
Binary file not shown.
Binary file modified Tests/PopulateTest.vi
Binary file not shown.
Binary file added Tests/SimpleTestTreeConfig.vi
Binary file not shown.
Binary file modified Tests/TestTreeToRepo.vi
Binary file not shown.
Binary file added Tests/proptest_instancecount.lvtest
Binary file not shown.
Binary file modified Tests/proptest_instancecount.vi
Binary file not shown.
Binary file added Tests/proptest_runtime class.lvtest
Binary file not shown.
Binary file modified Tests/proptest_runtime class.vi
Binary file not shown.
Binary file added Tests/serialization test.lvtest
Binary file not shown.
Binary file modified Tests/serialization test.vi
Binary file not shown.
Binary file added Tests/test class filtering.lvtest
Binary file not shown.
Binary file modified Tests/test class filtering.vi
Binary file not shown.
Binary file added Tests/test enumerate.lvtest
Binary file not shown.
Binary file modified Tests/test enumerate.vi
Binary file not shown.
Binary file modified Tests/test flatten tree.vi
Binary file not shown.
Binary file added Tests/test metadata.lvtest
Binary file not shown.
Binary file modified Tests/test metadata.vi
Binary file not shown.
Binary file added Tests/test validation.lvtest
Binary file not shown.
Binary file modified Tests/test validation.vi
Binary file not shown.
Binary file modified Trunk/Configuration Framework/hierarchy repo/WriteTree.vi
Binary file not shown.

0 comments on commit 3fa175e

Please sign in to comment.