-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
search: implement name like searches
I think this is now implemented according to the current (what will be 0.10) spec. This is vaguely tested. This uncovers some limitations of the prefix calculation code as well
- Loading branch information
Showing
6 changed files
with
94 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"Name": "cps-path-not-set-root", | ||
"Cps-Version": "0.9.0", | ||
"Version": "1.0.0", | ||
"Components": { | ||
"default": { | ||
"Type": "archive", | ||
"Includes": {"C": ["@prefix@/err"]}, | ||
"Location": "@prefix@/lib/libfoo.a" | ||
} | ||
}, | ||
"Default-Components": ["default"] | ||
} |
15 changes: 15 additions & 0 deletions
15
tests/cases/lib/cps/cps-path-not-set-subdir/cps-path-not-set-subdir.cps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Name": "cps-path-not-set-subdir", | ||
"Cps-Version": "0.9.0", | ||
"Version": "1.0.0", | ||
"Components": { | ||
"default": { | ||
"Type": "archive", | ||
"Includes": {"C": ["@prefix@/err"]}, | ||
"Location": "@prefix@/lib/libfoo.a" | ||
} | ||
}, | ||
"Default-Components": ["default"] | ||
} | ||
|
||
|
File renamed without changes.
File renamed without changes.