We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c95dfc commit b0cba71Copy full SHA for b0cba71
conanfile.py
@@ -10,7 +10,7 @@ class PizzaTestConan(ConanFile):
10
author = "Fossil Logic <[email protected]>"
11
url = "https://github.com/fossillogic/fossil-test"
12
description = "Fossil Test is a lightweight, portable unit testing library written in pure C with zero external dependencies."
13
- topics = ("testing", "mocking", "benchmark", "meson", "fossillogic")
+ topics = ("c", "benchmark", "tdd", "cpp", "ddd", "bdd", "mocking", "unittesting", "meson", "conan-recipe", "mesonbuild", "ninja-build")
14
15
settings = "os", "compiler", "build_type", "arch"
16
options = {"shared": [True, False]}
0 commit comments