mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
feat: test generates symlink in dev dir for easy access to last compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user