diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-05-11 16:49:27 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-05-12 09:10:51 +0200 |
commit | a79c1c5b8718347047ffbed4979c696d7a10484a (patch) | |
tree | e732d83e5a47af0a8389125e86912fc04d1c5437 /test/utils/cpp/TARGETS | |
parent | b1b3f5bc981724a984ee4183ccb1fc456423411d (diff) | |
download | justbuild-a79c1c5b8718347047ffbed4979c696d7a10484a.tar.gz |
Ensure consistent path normalisation
In particular, ensure that the empty path and "." have the
same normal form.
Diffstat (limited to 'test/utils/cpp/TARGETS')
-rw-r--r-- | test/utils/cpp/TARGETS | 13 |
1 files changed, 13 insertions, 0 deletions
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"]} +} |