diff options
Diffstat (limited to 'tests/TARGETS')
-rw-r--r-- | tests/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/TARGETS b/tests/TARGETS new file mode 100644 index 0000000..c64245e --- /dev/null +++ b/tests/TARGETS @@ -0,0 +1,6 @@ +{ "ALL": + { "type": "install" + , "deps": [["test_cases/deps", "ALL"], ["test_cases/cflags", "ALL"]] + , "tainted": ["test"] + } +} |