aboutsummaryrefslogtreecommitdiff
path: root/mkdeps.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-01 15:50:33 -0300
committerEuAndreh <eu@euandre.org>2024-10-01 15:50:33 -0300
commitbf67f44cfbc551b644542e25b953566ee383d5bd (patch)
treeac36f31e50850bf1a11b79fc344b4d685fff469c /mkdeps.sh
parenttests/golite.go: Enable slow tests (diff)
downloadgolite-bf67f44cfbc551b644542e25b953566ee383d5bd.tar.gz
golite-bf67f44cfbc551b644542e25b953566ee383d5bd.tar.xz
Turn example files into tests under tests/functional/
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-xmkdeps.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkdeps.sh b/mkdeps.sh
index e5606ff..ceb57af 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -2,3 +2,11 @@
set -eu
export LANG=POSIX.UTF-8
+
+
+find tests/functional/*.go | varlist 'functional-tests.go'
+find tests/functional/*.go -not -name extension.go | varlist 'functional-tests-butone.go'
+
+find tests/functional/*.go | sed 's/^\(.*\)\.go$/\1.a:\t\1.go/'
+find tests/functional/*.go | sed 's/^\(.*\)\.go$/\1.bin:\t\1.a/'
+find tests/functional/*.go | sed 's/^\(.*\)\.go$/\1.bin-check:\t\1.bin/'