summaryrefslogtreecommitdiff
path: root/test/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/TARGETS')
-rw-r--r--test/TARGETS24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/TARGETS b/test/TARGETS
new file mode 100644
index 00000000..ed206b74
--- /dev/null
+++ b/test/TARGETS
@@ -0,0 +1,24 @@
+{ "catch-main":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["catch-main"]
+ , "srcs": ["main.cpp"]
+ , "deps": [["@", "catch2", "", "catch2"], ["test/utils", "log_config"]]
+ , "stage": ["test"]
+ }
+, "TESTS":
+ { "type": "install"
+ , "tainted": ["test"]
+ , "dirs":
+ [ [["./", "buildtool", "TESTS"], "buildtool"]
+ , [["./", "utils", "TESTS"], "utils"]
+ ]
+ }
+, "ALL":
+ { "type": ["@", "rules", "CC", "configure"]
+ , "tainted": ["test"]
+ , "arguments_config": ["OS", "ARCH"]
+ , "os": [{"type": "var", "name": "OS", "default": "linux"}]
+ , "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}]
+ , "target": ["TESTS"]
+ }
+} \ No newline at end of file