diff options
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"] } } |