Merge pull request #3516 from fsateler/shared-basic

build-sys: Convert libshared into a private shared library
This commit is contained in:
Lennart Poettering 2016-06-29 22:38:50 +02:00 committed by GitHub
commit 2e0d8df13b
2 changed files with 332 additions and 224 deletions

File diff suppressed because it is too large Load diff

View file

@ -114,7 +114,7 @@ static void test_find_binary(const char *self) {
assert_se(find_binary(self, &p) == 0);
puts(p);
assert_se(endswith(p, "/test-path-util"));
assert_se(endswith(p, "/lt-test-path-util"));
assert_se(path_is_absolute(p));
free(p);