From a79c1c5b8718347047ffbed4979c696d7a10484a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 11 May 2022 16:49:27 +0200 Subject: Ensure consistent path normalisation In particular, ensure that the empty path and "." have the same normal form. --- test/utils/cpp/TARGETS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/utils/cpp/TARGETS (limited to 'test/utils/cpp/TARGETS') diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS new file mode 100644 index 00000000..5e11d258 --- /dev/null +++ b/test/utils/cpp/TARGETS @@ -0,0 +1,13 @@ +{ "path": + { "type": ["@", "rules", "CC/test", "test"] + , "name": ["path"] + , "srcs": ["path.test.cpp"] + , "deps": + [ ["@", "catch2", "", "catch2"] + , ["test", "catch-main"] + , ["src/utils/cpp", "path"] + ] + , "stage": ["test", "utils", "cpp"] + } +, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["path"]} +} -- cgit v1.2.3