diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-12-09 18:27:55 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-12-12 10:03:18 +0100 |
commit | 0eb56d57a2f24c603981f34b5dfe21e14e810cfc (patch) | |
tree | 951beed68bd843f0d597e5cb56376c07b1652dad /tests/TARGETS | |
parent | d7e42b7d8e2f5951ce4d38584014534e7d6d2ab1 (diff) | |
download | rules-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/TARGETS | 6 |
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"] } } |