test_name agent-for-expanded-derivation test_description Ensure code is generated correctly for agents related to expanded derivations. define REGISTER_TYPES "" copy_sub test.e $CLUSTER test.e copy_sub Ace $TEST Ace compile_frozen compile_result ok c_compile_work c_compile_result ok execute_work NONE exec_output_w execute_result ok compare exec_output_w output compile_final compile_result ok c_compile_final c_compile_result ok execute_final NONE exec_output_f execute_result ok compare exec_output_f output -- Make calls polymorphic define REGISTER_TYPES "create {R} h.make (1)" copy_sub test.e $CLUSTER test.e copy_raw r.e $CLUSTER r.e cleanup_compile compile_frozen compile_result ok c_compile_work c_compile_result ok execute_work NONE exec_output_w execute_result ok compare exec_output_w output compile_final compile_result ok c_compile_final c_compile_result ok execute_final NONE exec_output_f execute_result ok compare exec_output_f output test_end