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