summaryrefslogtreecommitdiff
path: root/tests/TARGETS
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2024-12-09 18:27:55 +0100
committerAlberto Sartori <alberto.sartori@huawei.com>2024-12-12 10:03:18 +0100
commit0eb56d57a2f24c603981f34b5dfe21e14e810cfc (patch)
tree951beed68bd843f0d597e5cb56376c07b1652dad /tests/TARGETS
parentd7e42b7d8e2f5951ce4d38584014534e7d6d2ab1 (diff)
downloadrules-cc-0eb56d57a2f24c603981f34b5dfe21e14e810cfc.tar.gz
tests: define test cases for ["CC/auto","config_file"] rule
The unit tests for runner can be run via the ["test_cases/config", "pytest"] target, which requires `pytest` and `hypothesis`.
Diffstat (limited to 'tests/TARGETS')
-rw-r--r--tests/TARGETS6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/TARGETS b/tests/TARGETS
index c64245e..e9b0f2a 100644
--- a/tests/TARGETS
+++ b/tests/TARGETS
@@ -1,6 +1,10 @@
{ "ALL":
{ "type": "install"
- , "deps": [["test_cases/deps", "ALL"], ["test_cases/cflags", "ALL"]]
+ , "deps":
+ [ ["test_cases/deps", "ALL"]
+ , ["test_cases/cflags", "ALL"]
+ , ["test_cases/config", "ALL"]
+ ]
, "tainted": ["test"]
}
}