Skip to content

Commit

Permalink
Make spec files support LMOD_FILE_IGNORE_PATTERNS
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Aug 30, 2024
1 parent 05e58e7 commit 5cd2101
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
6 changes: 0 additions & 6 deletions spec/DirTree/DirTree_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ describe("Testing DirTree Class: #DirTree.",
defaultT = {},
dirT = {},
fileT = {
["boost/.version.1.46.0"] = {
["canonical"] = ".version.1.46.0",
["dot_version"] = 1,
["fn"] = "%ProjDir%/spec/DirTree/mf/boost/.version.1.46.0",
["mpath"] = "%ProjDir%/spec/DirTree/mf",
},
["boost/1.46.0"] = {
["canonical"] = "1.46.0",
["fn"] = "%ProjDir%/spec/DirTree/mf/boost/1.46.0.lua",
Expand Down
8 changes: 0 additions & 8 deletions spec/LocationT/LocationT_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ describe("Testing LocationT Class #LocationT.",
foo = {
dirT = {},
fileT = {
["foo/.version.1.0"] = {
["canonical"] = ".version.1.0",
["dot_version"] = 1,
["fn"] = "%ProjDir%/spec/LocationT/nv/foo/.version.1.0",
["mpath"] = "%ProjDir%/spec/LocationT/nv",
["pV"] = "*version.000000001.*zfinal",
["wV"] = "*version.000000001.*zfinal",
},
["foo/1.0"] = {
["canonical"] = "1.0",
["fn"] = "%ProjDir%/spec/LocationT/nv/foo/1.0",
Expand Down
9 changes: 0 additions & 9 deletions spec/ModuleA/ModuleA_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,6 @@ describe("Testing ModuleA Class #ModuleA.",
defaultT = {},
dirT = {},
fileT = {
["boost/.version.1.46.0"] = {
["Version"] = ".version.1.46.0",
["canonical"] = ".version.1.46.0",
["dot_version"] = 1,
["fn"] = "%ProjDir%/spec/ModuleA/mf/boost/.version.1.46.0",
["mpath"] = "%ProjDir%/spec/ModuleA/mf",
["pV"] = "*version.000000001.000000046.*zfinal",
["wV"] = "*version.000000001.000000046.*zfinal",
},
["boost/1.46.0"] = {
["Version"] = "1.46.0",
["canonical"] = "1.46.0",
Expand Down
18 changes: 0 additions & 18 deletions spec/Spider/Spider_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@ describe("Testing Spider Class #Spider.",
defaultT = {},
dirT = {},
fileT = {
["intel/.version.19.1"] = {
["Version"] = ".version.19.1",
["canonical"] = ".version.19.1",
["dot_version"] = 1,
["fn"] = "%ProjDir%/spec/Spider/mf/Core/intel/.version.19.1",
["mpath"] = "%ProjDir%/spec/Spider/mf/Core",
["pV"] = "*version.000000019.000000001.*zfinal",
["wV"] = "*version.000000019.000000001.*zfinal",
},
["intel/19.1"] = {
["Category"] = "library, mathematics",
["Description"] = "the intel compiler collection",
Expand Down Expand Up @@ -216,15 +207,6 @@ describe("Testing Spider Class #Spider.",
defaultT = {},
dirT = {},
fileT = {
["gcc/.version.5.9.2"] = {
["Version"] = ".version.5.9.2",
["canonical"] = ".version.5.9.2",
["dot_version"] = 1,
["fn"] = "%ProjDir%/spec/Spider/h/mf/Core/gcc/.version.5.9.2",
["mpath"] = "%ProjDir%/spec/Spider/h/mf/Core",
["pV"] = "*version.000000005.000000009.000000002.*zfinal",
["wV"] = "*version.000000005.000000009.000000002.*zfinal",
},
["gcc/5.9.2"] = {
["Version"] = "5.9.2",
["canonical"] = "5.9.2",
Expand Down

0 comments on commit 5cd2101

Please sign in to comment.