diff options
| author | KunoiSayami <[email protected]> | 2022-06-10 03:10:51 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-10 03:10:51 +0800 |
| commit | 34e95e65b783ba6b43a810432e03993ec7f9412c (patch) | |
| tree | f9a935b66992a78107f763e9446f9298e15f9f9f /test.sh | |
| parent | 55b3c4bb5b8ad9ef23eec125048ff8e4fea4f7fe (diff) | |
feat: Add test script
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/usr/bin/env bash +mkdir test || true +pushd test > /dev/null +cmake .. +cmake --build . +find -type f -executable -name lock\* -exec {} 100 0 \; +popd > /dev/null +rm -rf test
\ No newline at end of file |
