From 0eb56d57a2f24c603981f34b5dfe21e14e810cfc Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 9 Dec 2024 18:27:55 +0100 Subject: 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`. --- tests/TARGETS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/TARGETS') 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"] } } -- cgit v1.2.3