[eljonny-testcpp]: new port#37471
Conversation
|
@microsoft-github-policy-service agree |
|
I am concerned that since my package does not exist on repology.org. TestCPP is a personal project I wrote many years ago that I am coming back to, as I am looking to improve it and add it to current C++ package registries, which I had not done previously. Thanks so much for looking at my request. |
|
Web search for this name first hit is https://github.com/mrts/test-cpp Would you accept |
|
Also, Test.h and tests.hpp are likely to conflict with other users. Can you install those to a subdirectory? |
|
I'll work out a different name for the package. |
|
Would the name basictestcpp be ok? |
This is fine if we keep the name
To be clear, the check is not 'is that name unused', it is 'is that name strongly associated with that already'. With the overall goal being that someone doing |
|
I'll ask other maintainers but |
This information is indeed currently in the docs (README.md in the repo).
Ahhh ok I understand. This makes sense. I'm more than happy changing the package name to eljonny-testcpp. |
I will rename the package to eljonny-testcpp. This is no biggie. Thank you for all your input and info! |
|
Sorry, I think this fell through the cracks because:
Because we've kept you in a holding pattern for so long I applied those changes for you and fixed the usage to be brief enough to be OK (we got a lot of feedback that people didn't like a book of usage text). I think this is OK now but I need another maintainer to OK it. |
|
@BillyONeal And @vicroms thank you both so much! |
I would like to add my library TestCPP to the public vcpkg registry.
It is a very simple C++ testing framework that can be useful for small or educational projects.
find_packagecalls are REQUIRED, are satisfied byvcpkg.json's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.jsonmatches what upstream says.vcpkg.jsonmatches what upstream says../vcpkg x-add-version --alland committing the result.