Add test for multiple dependencies on base package #52

Merged
tonytheodore merged 1 commits from multiple-deps into master 2013-08-24 18:16:26 +00:00
tonytheodore commented 2013-08-24 04:15:29 +00:00 (Migrated from github.com)

This is just a demonstration following on from #51. When there are multiple dependencies on the same lib:

private-libs-duplication --> baz bar
baz --> foo
bar --> foo

foo should be moved along to the end.

Current output is:

-lprivate -lbaz -lfoo -lbar -lzee

expected is:

-lprivate -lbaz -lzee -lbar -lfoo
This is just a demonstration following on from #51. When there are multiple dependencies on the same lib: private-libs-duplication --> baz bar baz --> foo bar --> foo `foo` should be moved along to the end. Current output is: ``` -lprivate -lbaz -lfoo -lbar -lzee ``` expected is: ``` -lprivate -lbaz -lzee -lbar -lfoo ```
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#52
There is no content yet.