summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/components/foodep.cpp
AgeCommit message (Collapse)Author
2024-08-09components: add test on dependenciesKlaus Aehlig
Components themselves can have public dependencies; those need to be available (as compile deps) for the combined library. Verify this by extending the test such that the public dependency is actually used in the header file. While there, also increase coverage by assertions.
2024-07-25Add a test for the use of the "components" field of a libraryKlaus Aehlig