From 619def44c1cca9f3cdf63544d5f24f2c7a7d9b77 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 22 Feb 2022 17:03:21 +0100 Subject: Initial self-hosting commit This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche Co-authored-by: Victor Moreno --- test/buildtool/TARGETS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/buildtool/TARGETS (limited to 'test/buildtool/TARGETS') 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 -- cgit v1.2.3