Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-10 | Add test verifying dependency chains | Sascha Roloff | |
Shared libraries require their (direct and indirect) dependencies to be built in a position independent way. This might cause such a dependent library to be built twice. As, however, shared libraries need not forward their static dependencies this does not cause staging conflicts. Verify that this is also the case for distant indirect dependencies. Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com> | |||
2024-08-23 | Add test verifying lint information is propagated properly | Klaus Aehlig | |
... through all our various rules and forms of libraries. | |||
2024-08-09 | Add a test for components having components | Klaus Aehlig | |
2024-08-09 | components: add test on dependencies | Klaus 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-25 | Add a test for the use of the "components" field of a library | Klaus Aehlig | |
2024-06-04 | rules-cc: Add regression tests for install-with-deps rule... | Paul Cristian Sarbu | |
...in both release and debug modes. Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> | |||
2024-05-22 | Add test for creating shared lib from object lib | Oliver Reiche | |
2024-05-03 | Add tests for object_only library | Oliver Reiche | |
2023-05-31 | Add testcase for cmake dependencies | Sascha Roloff | |
2023-05-31 | Update rule test cases to changed pkg-config file location | Sascha Roloff | |
2023-01-26 | Test creating libraries from CMake project | Oliver Reiche | |
2023-01-20 | Test pkg-config support for prebuilt libraries | Oliver Reiche | |
2023-01-20 | Test initial prebuilt library support | Oliver Reiche | |
2023-01-10 | tests: Test support for pkg-config | Oliver Reiche | |
2023-01-10 | tests: Test rule "install-with-deps" | Oliver Reiche | |
2022-12-16 | tests: Add support for shared libraries | Oliver Reiche | |
2022-12-12 | Add tests and readme | Oliver Reiche | |