#! /bin/bash # here, we should have both build_src_tree # and build_library_tree build_src_tree="$build_result" export TEST_PHASE="link" # Link utils and library link_file="$test_path/data/build.link" if test -f "$link_file"; then . test.lib.link fi . "$final_action"