Skip to content

Commit

Permalink
(#13072) [docs] Templates documentation: Fix link for test package
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>

Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries authored Sep 28, 2022
1 parent 387e824 commit b1fc0b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/how_to_add_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ Also, **every `conanfile.py` should be accompanied by one or several folder to t
All the packages in this repository need to be tested before they join ConanCenter. A `test_package` folder with its corresponding `conanfile.py` and
a minimal project to test the package is strictly required. You can read about it in the

# FIXME: This link no longet exist and there is no dedicated section about test package in docs.
[Conan documentation](https://docs.conan.io/en/latest/creating_packages/getting_started.html#the-test-package-folder).
[Conan documentation](https://docs.conan.io/en/latest/creating_packages/getting_started.html).

Sometimes it is useful to test the package using different build systems (CMake, Autotools,...). Instead of adding complex logic to one
`test_package/conanfile.py` file, it is better to add another `test_<something>/conanfile.py` file with a minimal example for that build system. That
Expand Down

0 comments on commit b1fc0b0

Please sign in to comment.