diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-18 16:31:14 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-18 16:31:14 +0200 |
commit | f857007dbb6a0a26a6828017da64540eda452fbf (patch) | |
tree | a2fc22abb236c6f07a9b9425a87b18f5f2e189f8 /test-ymake.cpp | |
parent | 8a4dfbbbe76a2aef35427b7915d6e28bab165c43 (diff) |
Link different kinds of libs
Diffstat (limited to 'test-ymake.cpp')
-rw-r--r-- | test-ymake.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-ymake.cpp b/test-ymake.cpp index bf59bbc..e5371f7 100644 --- a/test-ymake.cpp +++ b/test-ymake.cpp @@ -668,6 +668,8 @@ TEST_F(ymakeTest, build_one_dynamic_lib) // use dynamic lib // use static lib from subdir // use dynamic lib from subdir +// use static lib from subdir in subdir +// use dynamic lib from subdir in subdir TEST_F(yscanTest, no_cpp_file) { |