fortesg / fortrantestgenerator

Unit test generator for Fortran applications using Capture & Replay
GNU General Public License v3.0
23 stars 5 forks source link

Capture result of functions #7

Closed chovyy closed 5 years ago

chovyy commented 6 years ago

When captured subroutine is actually a function, also capture the result with output variables.

chovyy commented 5 years ago

Results are now captured and compared, but only when they have built-in types, since components of result variables of derived types are not yet analyzed by FCG.

chovyy commented 5 years ago

Fixed by v1.8.2.