aboutsummaryrefslogtreecommitdiff
path: root/tests/import
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Move old tests to old-tests/Boris Kolpackov3-20/+0
2016-08-26Add pkg-config support for import installedBoris Kolpackov1-1/+3
Redesign library importing/exporting while at it.
2016-04-21Fix legacy stuff in testsBoris Kolpackov1-3/+0
2015-08-31Rework scoping logicBoris Kolpackov2-2/+7
Now the src directory is entered into the scope map and points to the same scope as out. This means that targets that are in src, not out (e.g., source files) will "see" rules, variables, etc. This becomes important when we try, for example, to install a source file (say, a header) from src: we need the rule as well as the install.* variables.
2015-08-03match_only and dependents count rework, part 1Boris Kolpackov1-1/+2
2015-07-20Implement support for importing installed librariesBoris Kolpackov3-0/+15