Tests: Extend ObjectLibrary test with case for object lib dependencies

Add the test case from commit bab24e782c (target_link_libraries:
Propagate dependencies of object libraries, 2018-12-10,
v3.14.0-rc1~260^2) to the main ObjectLibrary test.
This commit is contained in:
Brad King
2020-03-04 12:58:29 -05:00
parent 07a7bc0e3f
commit 3b3de0fd17
5 changed files with 24 additions and 0 deletions
@@ -0,0 +1,4 @@
int FooObject(void)
{
return 0;
}