diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-04 12:17:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 12:17:35 +0200 |
commit | afcdb1184799526f20954e475af990254d772cd4 (patch) | |
tree | 81ef3311effa8dec3a504ed5361a88c5e60cfb0f /test/TARGETS | |
parent | 3626877554b6c567d43336ec49414cedfe487260 (diff) | |
parent | d9b5abdb716bd5e4d474c724cb52e9f09899f942 (diff) | |
download | hello-nix-afcdb1184799526f20954e475af990254d772cd4.tar.gz |
Merge pull request #1 from aehlig/test-suite
test: add overall target
Diffstat (limited to 'test/TARGETS')
-rw-r--r-- | test/TARGETS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/TARGETS b/test/TARGETS new file mode 100644 index 0000000..54f7274 --- /dev/null +++ b/test/TARGETS @@ -0,0 +1,10 @@ +{ "": + { "type": "install" + , "tainted": ["test"] + , "dirs": + [ [["./", "hello", ""], "hello"] + , [["./", "proto", ""], "proto"] + , [["./", "withExtendedPath", ""], "withExtendedPath"] + ] + } +} |