summaryrefslogtreecommitdiff
path: root/test/utils/cpp/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r--test/utils/cpp/TARGETS16
1 files changed, 15 insertions, 1 deletions
diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS
index 702172b4..5d7809c4 100644
--- a/test/utils/cpp/TARGETS
+++ b/test/utils/cpp/TARGETS
@@ -23,6 +23,20 @@
, "stage": ["test", "utils", "cpp"]
, "private-ldflags": ["-pthread"]
}
+, "prefix":
+ { "type": ["@", "rules", "CC/test", "test"]
+ , "name": ["prefix"]
+ , "srcs": ["prefix.test.cpp"]
+ , "private-deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["", "catch-main"]
+ , ["@", "src", "src/utils/cpp", "prefix"]
+ ]
+ , "stage": ["test", "utils", "cpp"]
+ }
, "TESTS":
- {"type": "install", "tainted": ["test"], "deps": ["path", "file_locking"]}
+ { "type": "install"
+ , "tainted": ["test"]
+ , "deps": ["path", "file_locking", "prefix"]
+ }
}