From 021e6372d15287e2f963c9590b420782601e926b Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:50:04 +0530 Subject: [PATCH] feat: test generates symlink in dev dir for easy access to last compilation --- dev/.gitignore | 1 + dev/testit | 1 + 2 files changed, 2 insertions(+) diff --git a/dev/.gitignore b/dev/.gitignore index e93dfd3..23be433 100644 --- a/dev/.gitignore +++ b/dev/.gitignore @@ -1 +1,2 @@ test-output +stdouterr diff --git a/dev/testit b/dev/testit index 9165171..bed50e6 100755 --- a/dev/testit +++ b/dev/testit @@ -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