summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/.keep0
-rwxr-xr-xtestdata/build.sh9
2 files changed, 9 insertions, 0 deletions
diff --git a/testdata/.keep b/testdata/.keep
deleted file mode 100644
index e69de29..0000000
--- a/testdata/.keep
+++ /dev/null
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