diff options
author | EuAndreh <eu@euandre.org> | 2024-10-01 15:50:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-01 15:50:33 -0300 |
commit | bf67f44cfbc551b644542e25b953566ee383d5bd (patch) | |
tree | ac36f31e50850bf1a11b79fc344b4d685fff469c /mkdeps.sh | |
parent | tests/golite.go: Enable slow tests (diff) | |
download | golite-bf67f44cfbc551b644542e25b953566ee383d5bd.tar.gz golite-bf67f44cfbc551b644542e25b953566ee383d5bd.tar.xz |
Turn example files into tests under tests/functional/
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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/' |