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:
1
dev/.gitignore
vendored
1
dev/.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
test-output
|
test-output
|
||||||
|
stdouterr
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ if check_compilers; then
|
|||||||
if compile; then
|
if compile; then
|
||||||
if test "$@"; then
|
if test "$@"; then
|
||||||
echo "completed with exit code $?"
|
echo "completed with exit code $?"
|
||||||
|
ln -sfn "${oname}" "${project_root}/dev/stdouterr"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user