diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-02-23 15:02:50 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-02-23 15:02:50 +0100 |
commit | 42f55fd30b4b1bbb375924b762655cd318ca841a (patch) | |
tree | 7aea949d15a68f32b14048e95e0c874208d57e94 /etc/defaults | |
parent | 488b7193c2b38d2324964ec4d40cdb17983d374d (diff) | |
download | justbuild-42f55fd30b4b1bbb375924b762655cd318ca841a.tar.gz |
Add shell/test rule
... allowing to run simple tests given by a shell script.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/shell/test/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/shell/test/TARGETS b/etc/defaults/shell/test/TARGETS new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/etc/defaults/shell/test/TARGETS @@ -0,0 +1 @@ +{} |