diff options
Diffstat (limited to 'testdata/build.sh')
| -rwxr-xr-x | testdata/build.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/build.sh b/testdata/build.sh new file mode 100755 index 0000000..940a977 --- /dev/null +++ b/testdata/build.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# Copyright (c) 2023 Nicolas Paul All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + + +set -e +rm -rf testdata/dst +./crocc -out=testdata/dst testdata/src |
