diff options
Diffstat (limited to 'test/buildtool/TARGETS')
-rw-r--r-- | test/buildtool/TARGETS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/buildtool/TARGETS b/test/buildtool/TARGETS new file mode 100644 index 00000000..084adec6 --- /dev/null +++ b/test/buildtool/TARGETS @@ -0,0 +1,15 @@ +{ "TESTS": + { "type": "install" + , "tainted": ["test"] + , "dirs": + [ [["./", "common", "TESTS"], "common"] + , [["./", "crypto", "TESTS"], "crypto"] + , [["./", "execution_api", "TESTS"], "execution_api"] + , [["./", "execution_engine", "TESTS"], "execution_engine"] + , [["./", "file_system", "TESTS"], "file_system"] + , [["./", "graph_traverser", "TESTS"], "graph_traverser"] + , [["./", "logging", "TESTS"], "logging"] + , [["./", "multithreading", "TESTS"], "multithreading"] + ] + } +}
\ No newline at end of file |