feat: test generates symlink in dev dir for easy access to last compilation

This commit is contained in:
kevinnls
2021-04-27 18:50:04 +05:30
parent 26c4084faa
commit 021e6372d1
2 changed files with 2 additions and 0 deletions

1
dev/.gitignore vendored
View File

@@ -1 +1,2 @@
test-output
stdouterr

View File

@@ -112,6 +112,7 @@ if check_compilers; then
if compile; then
if test "$@"; then
echo "completed with exit code $?"
ln -sfn "${oname}" "${project_root}/dev/stdouterr"
fi
fi
else